From e6345ecb0960f62f4f0df2e8d7ef31fb8fb99e5f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 21 Jan 2002 19:51:31 +0000 Subject: Don't include "xalloc.h", as system.h already does that via sys2.h. --- src/shred.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/shred.c b/src/shred.c index 406ccac41..57f16edea 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 -- cgit v1.2.3-54-g00ecf