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

src/du.c
src/ls.c
src/stat.c
src/wc.c

index 68121baee056d92808adeb95e29fca3e2ed0aa91..2743db7a4159b8221abc677b7ce8fbdeebab4584 100644 (file)
--- a/src/du.c
+++ b/src/du.c
@@ -43,9 +43,6 @@
 */
 
 #include <config.h>
-#if HAVE_INTTYPES_H
-# include <inttypes.h>
-#endif
 #include <stdio.h>
 #include <getopt.h>
 #include <sys/types.h>
index 16f22c7c58bc177d7e6ff2a74942554fd0d4ff89..e8eff51ebee19bcb2efe185a0167183de312a6f0 100644 (file)
--- a/src/ls.c
+++ b/src/ls.c
 #include <config.h>
 #include <sys/types.h>
 
-#if HAVE_INTTYPES_H
-# include <inttypes.h>
-#endif
-
 #if HAVE_TERMIOS_H
 # include <termios.h>
 #endif
index b4cc437a0a5f2f44c6b65064f1de18420bdcb735..aee55135686d87ee81fd43c071feb1a5a9fa3813 100644 (file)
 #include <string.h>
 #include <ctype.h>
 
-#if HAVE_INTTYPES_H
-# include <inttypes.h>
-#endif
-
 #if ! defined PRIdMAX
 # if HAVE_LONG_LONG
 #  define PRIdMAX "lld"
index c7688bdd77f81bc50725838b0d0b8feda3714b99..858d3cecc8c424077e952c767125f3f6288796b3 100644 (file)
--- a/src/wc.c
+++ b/src/wc.c
@@ -19,9 +19,6 @@
    and David MacKenzie, djm@gnu.ai.mit.edu. */
 \f
 #include <config.h>
-#if HAVE_INTTYPES_H
-# include <inttypes.h>
-#endif
 
 #include <stdio.h>
 #include <getopt.h>