diff options
Diffstat (limited to 'src/nvim/vim.h')
-rw-r--r-- | src/nvim/vim.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nvim/vim.h b/src/nvim/vim.h index 3a848f4f26..d927c299cb 100644 --- a/src/nvim/vim.h +++ b/src/nvim/vim.h @@ -44,10 +44,6 @@ Error: configure did not run properly.Check auto/config.log. #include "nvim/os_unix_defs.h" /* bring lots of system header files */ -# ifdef HAVE_LOCALE_H -# include <locale.h> -# endif - /* * Maximum length of a path (for non-unix systems) Make it a bit long, to stay * on the safe side. But not too long to put on the stack. |