move locale.h include out of vim.h

This commit is contained in:
Brandon Coleman
2014-06-17 13:43:22 -05:00
committed by Nicolas Hillegeer
parent 82b71a3056
commit b18ca14ef8
6 changed files with 17 additions and 6 deletions

View File

@@ -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.