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 2c86177..ac82dcf 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