]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Don't include malloc.h -- it was unnecessary.
authorJim Meyering <jim@meyering.net>
Fri, 26 Jul 2002 07:38:35 +0000 (07:38 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 26 Jul 2002 07:38:35 +0000 (07:38 +0000)
src/stat.c

index fd29d431c1e5ca37608e42d52f65cea34e405235..b4cc437a0a5f2f44c6b65064f1de18420bdcb735 100644 (file)
@@ -44,7 +44,6 @@
 #endif
 
 #include <string.h>
-#include <malloc.h>
 #include <ctype.h>
 
 #if HAVE_INTTYPES_H