summaryrefslogtreecommitdiff
path: root/src/df.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-09-22 06:40:14 +0000
committerJim Meyering <jim@meyering.net>2002-09-22 06:40:14 +0000
commit709d79631a25a48e72c6fc232c7f23070b1f3ca0 (patch)
treee3c40f432b84e35a625dd7d2f8e5bdb914ee1e5c /src/df.c
parent7b355ee4761cf333485a753665e9a89345d86167 (diff)
downloadcoreutils-709d79631a25a48e72c6fc232c7f23070b1f3ca0.tar.xz
Remove all inclusions of inttypes.h,
since it's already included from sys2.h via system.h.
Diffstat (limited to 'src/df.c')
-rw-r--r--src/df.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/df.c b/src/df.c
index f72c53873..7a6650ce8 100644
--- a/src/df.c
+++ b/src/df.c
@@ -24,9 +24,6 @@
#endif
#include <config.h>
-#if HAVE_INTTYPES_H
-# include <inttypes.h>
-#endif
#include <stdio.h>
#include <sys/types.h>
#include <getopt.h>