diff options
author | Jim Meyering <jim@meyering.net> | 1999-04-25 19:18:55 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-04-25 19:18:55 +0000 |
commit | e3a368948ed890979bd0f14f5aac791e0b1b9035 (patch) | |
tree | 9032660e1e363a5be2c28bfdda916bf0c74e5f70 | |
parent | 12bf2f8f8b8ff4e72d0bd1dac457cb9fdc857e36 (diff) | |
download | coreutils-e3a368948ed890979bd0f14f5aac791e0b1b9035.tar.xz |
Don't include inttypes.h here.
-rw-r--r-- | lib/human.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/human.c b/lib/human.c index 6a41fc533..132ba019a 100644 --- a/lib/human.c +++ b/lib/human.c @@ -23,10 +23,6 @@ # include <config.h> #endif -#if HAVE_INTTYPES_H -# include <inttypes.h> -#endif - #include <sys/types.h> #include <stdio.h> |