diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/du.c | 3 | ||||
-rw-r--r-- | src/ls.c | 4 | ||||
-rw-r--r-- | src/stat.c | 4 | ||||
-rw-r--r-- | src/wc.c | 3 |
4 files changed, 0 insertions, 14 deletions
@@ -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> @@ -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" @@ -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> |