diff options
author | Jim Meyering <jim@meyering.net> | 2002-09-22 06:40:14 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-09-22 06:40:14 +0000 |
commit | 709d79631a25a48e72c6fc232c7f23070b1f3ca0 (patch) | |
tree | e3c40f432b84e35a625dd7d2f8e5bdb914ee1e5c | |
parent | 7b355ee4761cf333485a753665e9a89345d86167 (diff) | |
download | coreutils-709d79631a25a48e72c6fc232c7f23070b1f3ca0.tar.xz |
Remove all inclusions of inttypes.h,
since it's already included from sys2.h via system.h.
-rw-r--r-- | src/cp-hash.c | 3 | ||||
-rw-r--r-- | src/dd.c | 3 | ||||
-rw-r--r-- | src/df.c | 3 |
3 files changed, 0 insertions, 9 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" @@ -22,9 +22,6 @@ #define SWAB_ALIGN_OFFSET 2 -#if HAVE_INTTYPES_H -# include <inttypes.h> -#endif #include <sys/types.h> #include <signal.h> #include <getopt.h> @@ -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> |