summaryrefslogtreecommitdiff
path: root/src/cp-hash.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/cp-hash.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/cp-hash.c')
-rw-r--r--src/cp-hash.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cp-hash.c b/src/cp-hash.c
index aa4fa7fd0..396fed182 100644
--- a/src/cp-hash.c
+++ b/src/cp-hash.c
@@ -20,9 +20,6 @@
#include <config.h>
-#if HAVE_INTTYPES_H
-# include <inttypes.h>
-#endif
#include <stdio.h>
#include <sys/types.h>
#include "system.h"