summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-01-21 19:51:31 +0000
committerJim Meyering <jim@meyering.net>2002-01-21 19:51:31 +0000
commite6345ecb0960f62f4f0df2e8d7ef31fb8fb99e5f (patch)
tree052b3ba2147ed91e012371674535b0900b8479cc /src
parent758e7f409f10e151e1ad0fc6d83adc2373177bd3 (diff)
downloadcoreutils-e6345ecb0960f62f4f0df2e8d7ef31fb8fb99e5f.tar.xz
Don't include "xalloc.h", as system.h already does that via sys2.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 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