diff options
author | Michael Reed <m.reed@mykolab.com> | 2014-11-18 00:09:46 -0500 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2014-11-27 23:42:40 -0500 |
commit | c8d57e25e94dba23837d7ed10d681faeba5d98d2 (patch) | |
tree | 70b339785bd1e328148acb01a88cd32af3087dde /src/nvim/os_unix_defs.h | |
parent | 68cee4c28d6c309e18ae35eeba9d5dffaf1078ca (diff) | |
download | rneovim-c8d57e25e94dba23837d7ed10d681faeba5d98d2.tar.gz rneovim-c8d57e25e94dba23837d7ed10d681faeba5d98d2.tar.bz2 rneovim-c8d57e25e94dba23837d7ed10d681faeba5d98d2.zip |
Remove NeXTSTEP references
Remove trailing whitespace as well.
Diffstat (limited to 'src/nvim/os_unix_defs.h')
-rw-r--r-- | src/nvim/os_unix_defs.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/nvim/os_unix_defs.h b/src/nvim/os_unix_defs.h index 2a44ec3412..ebea86ebcf 100644 --- a/src/nvim/os_unix_defs.h +++ b/src/nvim/os_unix_defs.h @@ -8,17 +8,13 @@ * Do ":help credits" in Vim to see a list of people who contributed. */ -/* - * NextStep has a problem with configure, undefine a few things: - */ - #include <stdio.h> #include <ctype.h> -# include <sys/types.h> -# include <sys/stat.h> +#include <sys/types.h> +#include <sys/stat.h> -# include <stdlib.h> +#include <stdlib.h> #ifdef HAVE_UNISTD_H # include <unistd.h> |