From: Jim Meyering Date: Sun, 22 Sep 2002 06:41:02 +0000 (+0000) Subject: Remove all inclusions of inttypes.h, X-Git-Tag: v4.5.2~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=003ab9a58d36f9690a78e05048ef92b030893ac4;p=thirdparty%2Fcoreutils.git Remove all inclusions of inttypes.h, since it's already included from sys2.h via system.h. --- diff --git a/src/du.c b/src/du.c index 68121baee0..2743db7a41 100644 --- a/src/du.c +++ b/src/du.c @@ -43,9 +43,6 @@ */ #include -#if HAVE_INTTYPES_H -# include -#endif #include #include #include diff --git a/src/ls.c b/src/ls.c index 16f22c7c58..e8eff51ebe 100644 --- a/src/ls.c +++ b/src/ls.c @@ -43,10 +43,6 @@ #include #include -#if HAVE_INTTYPES_H -# include -#endif - #if HAVE_TERMIOS_H # include #endif diff --git a/src/stat.c b/src/stat.c index b4cc437a0a..aee5513568 100644 --- a/src/stat.c +++ b/src/stat.c @@ -46,10 +46,6 @@ #include #include -#if HAVE_INTTYPES_H -# include -#endif - #if ! defined PRIdMAX # if HAVE_LONG_LONG # define PRIdMAX "lld" diff --git a/src/wc.c b/src/wc.c index c7688bdd77..858d3cecc8 100644 --- a/src/wc.c +++ b/src/wc.c @@ -19,9 +19,6 @@ and David MacKenzie, djm@gnu.ai.mit.edu. */ #include -#if HAVE_INTTYPES_H -# include -#endif #include #include