aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/vim.h
diff options
context:
space:
mode:
authorBrandon Coleman <metrix1978@gmail.com>2014-06-22 20:50:35 -0500
committerNicolas Hillegeer <nicolas@hillegeer.com>2014-07-09 00:18:19 +0200
commit8cc8164e5215f98b254f493b670ee5ff1d80938f (patch)
treeb1908af0af44e59f6590af67788ae3043a67cd04 /src/nvim/vim.h
parentbf219e1442df06268575853ec6d150e0d09f737a (diff)
downloadrneovim-8cc8164e5215f98b254f493b670ee5ff1d80938f.tar.gz
rneovim-8cc8164e5215f98b254f493b670ee5ff1d80938f.tar.bz2
rneovim-8cc8164e5215f98b254f493b670ee5ff1d80938f.zip
move wctype.h include out of vim.h
Diffstat (limited to 'src/nvim/vim.h')
-rw-r--r--src/nvim/vim.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/vim.h b/src/nvim/vim.h
index 46907adca9..a99cf6275b 100644
--- a/src/nvim/vim.h
+++ b/src/nvim/vim.h
@@ -96,7 +96,6 @@ typedef uint32_t u8char_T;
#include <assert.h>
-#include <wctype.h>
#include <stdarg.h>
/* ================ end of the header file puzzle =============== */