aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoroni-link <knil.ino@gmail.com>2014-04-01 13:56:32 +0200
committerThiago de Arruda <tpadilha84@gmail.com>2014-04-02 18:52:16 -0300
commit59f5c2251aa7c3dc72356ed64216c2062e09d087 (patch)
tree8540556e75af3192e1e6d482b0d237ae843d843e /src
parent9d2975efadca144c4bf5a0d30043a76513d24626 (diff)
downloadrneovim-59f5c2251aa7c3dc72356ed64216c2062e09d087.tar.gz
rneovim-59f5c2251aa7c3dc72356ed64216c2062e09d087.tar.bz2
rneovim-59f5c2251aa7c3dc72356ed64216c2062e09d087.zip
remove HAVE_WCTYPE_H
Diffstat (limited to 'src')
-rw-r--r--src/vim.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/vim.h b/src/vim.h
index f297ac2dde..0438d49208 100644
--- a/src/vim.h
+++ b/src/vim.h
@@ -137,9 +137,7 @@ typedef unsigned long u8char_T; /* long should be 32 bits or more */
#include <assert.h>
#include <inttypes.h>
-#ifdef HAVE_WCTYPE_H
-# include <wctype.h>
-#endif
+#include <wctype.h>
#include <stdarg.h>
#if defined(HAVE_SYS_SELECT_H) && \