From: Jim Meyering Date: Mon, 21 Jan 2002 19:51:31 +0000 (+0000) Subject: Don't include "xalloc.h", as system.h already does that via sys2.h. X-Git-Tag: TEXTUTILS-2_0_20~46 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e6345ecb0960f62f4f0df2e8d7ef31fb8fb99e5f;p=thirdparty%2Fcoreutils.git Don't include "xalloc.h", as system.h already does that via sys2.h. --- diff --git a/src/shred.c b/src/shred.c index 406ccac419..57f16edeac 100644 --- a/src/shred.c +++ b/src/shred.c @@ -109,7 +109,6 @@ #include "human.h" #include "quotearg.h" /* For quotearg_colon */ #include "quote.h" /* For quotearg_colon */ -#include "xalloc.h" char *xstrdup PARAMS ((char const *)); #ifndef O_NOCTTY