summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cp-hash.c3
-rw-r--r--src/dd.c3
-rw-r--r--src/df.c3
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"
diff --git a/src/dd.c b/src/dd.c
index e81fe7a9c..1b1b29106 100644
--- a/src/dd.c
+++ b/src/dd.c
@@ -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>
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>