summaryrefslogtreecommitdiff
path: root/lib/human.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-04-25 19:18:55 +0000
committerJim Meyering <jim@meyering.net>1999-04-25 19:18:55 +0000
commit4abb9676d3b0c61c6111676d8c4eed352abab3bb (patch)
treed5f8a99e6364ec040fd077afce6d900f63dceadd /lib/human.c
parentdb78638743b950f272170b4148d3dd5f1e1dacad (diff)
downloadgnulib-4abb9676d3b0c61c6111676d8c4eed352abab3bb.tar.gz
Don't include inttypes.h here.
Diffstat (limited to 'lib/human.c')
-rw-r--r--lib/human.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/human.c b/lib/human.c
index 6a41fc5332..132ba019a9 100644
--- a/lib/human.c
+++ b/lib/human.c
@@ -23,10 +23,6 @@
# include <config.h>
#endif
-#if HAVE_INTTYPES_H
-# include <inttypes.h>
-#endif
-
#include <sys/types.h>
#include <stdio.h>