From: Jim Meyering Date: Fri, 10 Jan 2003 23:07:04 +0000 (+0000) Subject: Don't include xalloc.h. X-Git-Tag: v4.5.5~268 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6c0821009d4c23d5387481f7df007de78c12097;p=thirdparty%2Fcoreutils.git Don't include xalloc.h. It's already included via system.h. --- diff --git a/src/shred.c b/src/shred.c index f48d7f755d..e120ff6b38 100644 --- a/src/shred.c +++ b/src/shred.c @@ -110,7 +110,6 @@ #include "inttostr.h" #include "quotearg.h" /* For quotearg_colon */ #include "quote.h" /* For quotearg_colon */ -#include "xalloc.h" #ifndef O_NOCTTY # define O_NOCTTY 0 /* This is a very optional frill */