aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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 cb33a3e17f..79b683c644 100644
--- a/src/vim.h
+++ b/src/vim.h
@@ -136,9 +136,7 @@ typedef unsigned long u8char_T; /* long should be 32 bits or more */
#include <assert.h>
-#ifdef HAVE_INTTYPES_H
-# include <inttypes.h>
-#endif
+#include <inttypes.h>
#ifdef HAVE_WCTYPE_H
# include <wctype.h>
#endif