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 de59f1e..9dd2868 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.