From: Jim Meyering Date: Mon, 21 Jan 2002 19:49:51 +0000 (+0000) Subject: Don't include "xalloc.h", as system.h already does that via sys2.h. X-Git-Tag: TEXTUTILS-2_0_20~50 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ee6911b7453c8452716435d78875b4166bc35e85;p=thirdparty%2Fcoreutils.git Don't include "xalloc.h", as system.h already does that via sys2.h. --- diff --git a/src/sort.c b/src/sort.c index 2c8617799f..ac82dcf715 100644 --- a/src/sort.c +++ b/src/sort.c @@ -36,7 +36,6 @@ #include "memcoll.h" #include "physmem.h" #include "stdio-safer.h" -#include "xalloc.h" #include "xstrtol.h" #if HAVE_SYS_RESOURCE_H