summaryrefslogtreecommitdiff
path: root/src/stat.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-07-26 07:38:35 +0000
committerJim Meyering <jim@meyering.net>2002-07-26 07:38:35 +0000
commite4d4cea119f4b2eeffe14abfa2f55e0b6c9f2ce7 (patch)
treed0b309d4ec66c507c9d53aaf9c11395f7d6825a6 /src/stat.c
parent723e226532441db04b9eab81ca1a23b7da3c8926 (diff)
downloadcoreutils-e4d4cea119f4b2eeffe14abfa2f55e0b6c9f2ce7.tar.xz
Don't include malloc.h -- it was unnecessary.
Diffstat (limited to 'src/stat.c')
-rw-r--r--src/stat.c1
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