From 2bc68462b255d4710a128bc17ee23f3bcbafb032 Mon Sep 17 00:00:00 2001 From: Julian Orth Date: Sat, 15 Mar 2014 01:56:20 +0100 Subject: remove HAVE_INTTYPES --- config/config.h.in | 1 - src/vim.h | 4 +--- 2 files changed, 1 insertion(+), 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 -#ifdef HAVE_INTTYPES_H -# include -#endif +#include #ifdef HAVE_WCTYPE_H # include #endif -- cgit