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 68121ba..2743db7 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 16f22c7..e8eff51 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 b4cc437..aee5513 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 c7688bd..858d3ce 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>