diff options
author | Brandon Coleman <metrix1978@gmail.com> | 2014-06-17 13:43:22 -0500 |
---|---|---|
committer | Nicolas Hillegeer <nicolas@hillegeer.com> | 2014-07-09 00:18:19 +0200 |
commit | b18ca14ef8f440ed36fbd68dcb4f31541c290050 (patch) | |
tree | 1bc07b8e04f1a78197272446273a42e2abe771c9 /src/nvim/vim.h | |
parent | 82b71a30569b1db8e78f38b1bc22fa7b088e16fc (diff) | |
download | rneovim-b18ca14ef8f440ed36fbd68dcb4f31541c290050.tar.gz rneovim-b18ca14ef8f440ed36fbd68dcb4f31541c290050.tar.bz2 rneovim-b18ca14ef8f440ed36fbd68dcb4f31541c290050.zip |
move locale.h include out of vim.h
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. |