summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-09-22 06:41:02 +0000
committerJim Meyering <jim@meyering.net>2002-09-22 06:41:02 +0000
commit003ab9a58d36f9690a78e05048ef92b030893ac4 (patch)
tree98d30253a561c82007e7e5856bd79cecb8306945
parent709d79631a25a48e72c6fc232c7f23070b1f3ca0 (diff)
downloadcoreutils-003ab9a58d36f9690a78e05048ef92b030893ac4.tar.xz
Remove all inclusions of inttypes.h,
since it's already included from sys2.h via system.h.
-rw-r--r--src/du.c3
-rw-r--r--src/ls.c4
-rw-r--r--src/stat.c4
-rw-r--r--src/wc.c3
4 files changed, 0 insertions, 14 deletions
diff --git a/src/du.c b/src/du.c
index 68121baee..2743db7a4 100644
--- 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>
diff --git a/src/ls.c b/src/ls.c
index 16f22c7c5..e8eff51eb 100644
--- a/src/ls.c
+++ b/src/ls.c
@@ -43,10 +43,6 @@
#include <config.h>
#include <sys/types.h>
-#if HAVE_INTTYPES_H
-# include <inttypes.h>
-#endif
-
#if HAVE_TERMIOS_H
# include <termios.h>
#endif
diff --git a/src/stat.c b/src/stat.c
index b4cc437a0..aee551356 100644
--- a/src/stat.c
+++ b/src/stat.c
@@ -46,10 +46,6 @@
#include <string.h>
#include <ctype.h>
-#if HAVE_INTTYPES_H
-# include <inttypes.h>
-#endif
-
#if ! defined PRIdMAX
# if HAVE_LONG_LONG
# define PRIdMAX "lld"
diff --git a/src/wc.c b/src/wc.c
index c7688bdd7..858d3cecc 100644
--- a/src/wc.c
+++ b/src/wc.c
@@ -19,9 +19,6 @@
and David MacKenzie, djm@gnu.ai.mit.edu. */
#include <config.h>
-#if HAVE_INTTYPES_H
-# include <inttypes.h>
-#endif
#include <stdio.h>
#include <getopt.h>