summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-01-10 23:07:04 +0000
committerJim Meyering <jim@meyering.net>2003-01-10 23:07:04 +0000
commitb6c0821009d4c23d5387481f7df007de78c12097 (patch)
treea3d5bb74e617574d16f59e92650e2d7d1047be03 /src
parent3bc2ea698298bc644b6b80179e2a55c5f0d04c94 (diff)
downloadcoreutils-b6c0821009d4c23d5387481f7df007de78c12097.tar.xz
Don't include xalloc.h.
It's already included via system.h.
Diffstat (limited to 'src')
-rw-r--r--src/shred.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shred.c b/src/shred.c
index f48d7f755..e120ff6b3 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 */