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
commite3a368948ed890979bd0f14f5aac791e0b1b9035 (patch)
tree9032660e1e363a5be2c28bfdda916bf0c74e5f70 /lib/human.c
parent12bf2f8f8b8ff4e72d0bd1dac457cb9fdc857e36 (diff)
downloadcoreutils-e3a368948ed890979bd0f14f5aac791e0b1b9035.tar.xz
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 6a41fc533..132ba019a 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>