diff options
author | Jim Meyering <jim@meyering.net> | 2002-07-26 07:38:35 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-07-26 07:38:35 +0000 |
commit | e4d4cea119f4b2eeffe14abfa2f55e0b6c9f2ce7 (patch) | |
tree | d0b309d4ec66c507c9d53aaf9c11395f7d6825a6 /src | |
parent | 723e226532441db04b9eab81ca1a23b7da3c8926 (diff) | |
download | coreutils-e4d4cea119f4b2eeffe14abfa2f55e0b6c9f2ce7.tar.xz |
Don't include malloc.h -- it was unnecessary.
Diffstat (limited to 'src')
-rw-r--r-- | src/stat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stat.c b/src/stat.c index fd29d431c..b4cc437a0 100644 --- a/src/stat.c +++ b/src/stat.c @@ -44,7 +44,6 @@ #endif #include <string.h> -#include <malloc.h> #include <ctype.h> #if HAVE_INTTYPES_H |