diff options
| author | Jim Meyering <jim@meyering.net> | 2002-09-22 06:41:02 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 2002-09-22 06:41:02 +0000 |
| commit | 003ab9a58d36f9690a78e05048ef92b030893ac4 (patch) | |
| tree | 98d30253a561c82007e7e5856bd79cecb8306945 /src/ls.c | |
| parent | Remove all inclusions of inttypes.h, (diff) | |
| download | coreutils-003ab9a58d36f9690a78e05048ef92b030893ac4.tar.gz coreutils-003ab9a58d36f9690a78e05048ef92b030893ac4.zip | |
Remove all inclusions of inttypes.h,
since it's already included from sys2.h via system.h.
Diffstat (limited to 'src/ls.c')
| -rw-r--r-- | src/ls.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |
