diff options
author | Jim Meyering <jim@meyering.net> | 2002-01-21 19:51:31 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-01-21 19:51:31 +0000 |
commit | e6345ecb0960f62f4f0df2e8d7ef31fb8fb99e5f (patch) | |
tree | 052b3ba2147ed91e012371674535b0900b8479cc /src | |
parent | 758e7f409f10e151e1ad0fc6d83adc2373177bd3 (diff) | |
download | coreutils-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.c | 1 |
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 |