From 709d79631a25a48e72c6fc232c7f23070b1f3ca0 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 22 Sep 2002 06:40:14 +0000 Subject: [PATCH] Remove all inclusions of inttypes.h, since it's already included from sys2.h via system.h. --- src/cp-hash.c | 3 --- src/dd.c | 3 --- src/df.c | 3 --- 3 files changed, 9 deletions(-) diff --git a/src/cp-hash.c b/src/cp-hash.c index aa4fa7fd00..396fed182e 100644 --- a/src/cp-hash.c +++ b/src/cp-hash.c @@ -20,9 +20,6 @@ #include -#if HAVE_INTTYPES_H -# include -#endif #include #include #include "system.h" diff --git a/src/dd.c b/src/dd.c index e81fe7a9c9..1b1b291064 100644 --- a/src/dd.c +++ b/src/dd.c @@ -22,9 +22,6 @@ #define SWAB_ALIGN_OFFSET 2 -#if HAVE_INTTYPES_H -# include -#endif #include #include #include diff --git a/src/df.c b/src/df.c index f72c53873e..7a6650ce85 100644 --- a/src/df.c +++ b/src/df.c @@ -24,9 +24,6 @@ #endif #include -#if HAVE_INTTYPES_H -# include -#endif #include #include #include -- 2.47.2