summaryrefslogtreecommitdiff
path: root/lib/inttostr.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/inttostr.h')
-rw-r--r--lib/inttostr.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/inttostr.h b/lib/inttostr.h
index 952da97b6..55f80ee8e 100644
--- a/lib/inttostr.h
+++ b/lib/inttostr.h
@@ -18,10 +18,6 @@
/* Written by Paul Eggert */
-#if HAVE_CONFIG_H
-# include <config.h>
-#endif
-
#if HAVE_INTTYPES_H
# include <inttypes.h>
#endif
@@ -29,9 +25,7 @@
# include <stdint.h>
#endif
-#if HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
+#include <sys/types.h>
#include "intprops.h"