aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPavel Platto <hinidu@gmail.com>2014-06-06 17:02:54 +0300
committerPavel Platto <hinidu@gmail.com>2014-08-02 09:17:00 +0300
commitde8ba56495abeef40fc7ef7ab4c9319d6c45f3b3 (patch)
tree531cbc98822976c1abfdf4060f871656cb61d86a /src
parentff71a042a252ecebf7e0391e0de0783e43b9285a (diff)
downloadrneovim-de8ba56495abeef40fc7ef7ab4c9319d6c45f3b3.tar.gz
rneovim-de8ba56495abeef40fc7ef7ab4c9319d6c45f3b3.tar.bz2
rneovim-de8ba56495abeef40fc7ef7ab4c9319d6c45f3b3.zip
Remove HAVE_LIBC_H
It was used in Vim for NeXT OS.
Diffstat (limited to 'src')
-rw-r--r--src/nvim/os_unix_defs.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nvim/os_unix_defs.h b/src/nvim/os_unix_defs.h
index 0d79117bfd..2a44ec3412 100644
--- a/src/nvim/os_unix_defs.h
+++ b/src/nvim/os_unix_defs.h
@@ -24,10 +24,6 @@
# include <unistd.h>
#endif
-#ifdef HAVE_LIBC_H
-# include <libc.h> /* for NeXT */
-#endif
-
#ifdef HAVE_SYS_PARAM_H
# include <sys/param.h> /* defines BSD, if it's a BSD system */
#endif