From b6c0821009d4c23d5387481f7df007de78c12097 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 10 Jan 2003 23:07:04 +0000 Subject: [PATCH] Don't include xalloc.h. It's already included via system.h. --- src/shred.c | 1 - 1 file changed, 1 deletion(-) 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 */ -- 2.47.2