From: Jim Meyering Date: Mon, 21 Jan 2002 19:50:50 +0000 (+0000) Subject: Don't include "xalloc.h", as system.h already does that via sys2.h. X-Git-Tag: TEXTUTILS-2_0_20~47 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=758e7f409f10e151e1ad0fc6d83adc2373177bd3;p=thirdparty%2Fcoreutils.git Don't include "xalloc.h", as system.h already does that via sys2.h. --- diff --git a/src/ls.c b/src/ls.c index de59f1ebec..9dd2868ea7 100644 --- 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.