diff options
-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> |