remove HAVE_INTTYPES

This commit is contained in:
Julian Orth 2014-03-15 01:56:20 +01:00 committed by Thiago de Arruda
parent 22a1a26cad
commit 2bc68462b2
2 changed files with 1 additions and 4 deletions

View File

@ -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

View File

@ -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