diff options
-rw-r--r-- | src/nvim/os_unix_defs.h | 4 |
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 |