]> 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:49:51 +0000 (19:49 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 21 Jan 2002 19:49:51 +0000 (19:49 +0000)
src/sort.c

index 2c8617799fec11e1da5b0c0f06b51bd8d5c5c4e1..ac82dcf715888c8a9659c7e5341bbe26a42073aa 100644 (file)
@@ -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