aboutsummaryrefslogtreecommitdiff
path: root/src/vim.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vim.h')
-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) && \