]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Remove all inclusions of inttypes.h,
authorJim Meyering <jim@meyering.net>
Sun, 22 Sep 2002 06:40:14 +0000 (06:40 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 22 Sep 2002 06:40:14 +0000 (06:40 +0000)
since it's already included from sys2.h via system.h.

src/cp-hash.c
src/dd.c
src/df.c

index aa4fa7fd0040c00757a4b58c24e5e1d88d0ba1ab..396fed182e08faf7a07a2faf061b7190cfbec7f3 100644 (file)
@@ -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"
index e81fe7a9c98c37c32e39cbe29df4badea7237f86..1b1b291064e83f5e1f5eb47f5c6e590ff607271b 100644 (file)
--- 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>
index f72c53873ec27b070b36ce62c547639db57ffb37..7a6650ce85007028282428f6d42e9433a180147c 100644 (file)
--- 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>