diff options
-rw-r--r-- | config/config.h.in | 1 | ||||
-rw-r--r-- | src/vim.h | 4 |
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 @@ -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 |