diff options
author | Jim Meyering <jim@meyering.net> | 2003-01-10 23:07:04 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-01-10 23:07:04 +0000 |
commit | b6c0821009d4c23d5387481f7df007de78c12097 (patch) | |
tree | a3d5bb74e617574d16f59e92650e2d7d1047be03 | |
parent | 3bc2ea698298bc644b6b80179e2a55c5f0d04c94 (diff) | |
download | coreutils-b6c0821009d4c23d5387481f7df007de78c12097.tar.xz |
Don't include xalloc.h.
It's already included via system.h.
-rw-r--r-- | src/shred.c | 1 |
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 */ |