aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/config.h.in1
-rw-r--r--src/vim.h4
2 files changed, 1 insertions, 4 deletions
diff --git a/config/config.h.in b/config/config.h.in
index 685bd5e392..ddb5bf55a7 100644
--- a/config/config.h.in
+++ b/config/config.h.in
@@ -35,7 +35,6 @@
#define HAVE_GETWD 1
#define HAVE_ICONV 1
#define HAVE_ICONV_H 1
-#define HAVE_INTTYPES_H 1
#define HAVE_ISWUPPER 1
#define HAVE_LANGINFO_H 1
#define HAVE_LIBGEN_H 1
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