]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Don't include "xalloc.h", as system.h already does that via sys2.h.
authorJim Meyering <jim@meyering.net>
Mon, 21 Jan 2002 19:50:50 +0000 (19:50 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 21 Jan 2002 19:50:50 +0000 (19:50 +0000)
src/ls.c

index de59f1ebecca2d8f50e186854df70336cbe18d23..9dd2868ea71b3eee6f81a0a38a149f994f90ef93 100644 (file)
--- a/src/ls.c
+++ b/src/ls.c
@@ -124,7 +124,6 @@ int wcwidth ();
 #include "same.h"
 #include "strverscmp.h"
 #include "xstrtol.h"
-#include "xalloc.h"
 #include "xreadlink.h"
 
 /* Use access control lists only under all the following conditions.