summaryrefslogtreecommitdiff
path: root/src/shred.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-06-15 15:44:15 +0200
committerJim Meyering <jim@meyering.net>2007-06-15 15:49:00 +0200
commitcad884a24545464cb42296834a8b5c02ee116379 (patch)
treeb07aa60e1d4c5a8d194a9448b9d77f0b473c071c /src/shred.c
parent6a0dea3ca072d01342064f0421acc6b2c97c12f4 (diff)
downloadcoreutils-cad884a24545464cb42296834a8b5c02ee116379.tar.xz
Don't include "quote.h" when it is not used.
* src/md5sum.c: Remove unnecessary inclusion of "quote.h". * src/expr.c: Likewise. * src/shred.c: Likewise. * Makefile.maint (sc_prohibit_quote_without_use): New rule. * src/c99-to-c89.diff: Adjust offsets.
Diffstat (limited to 'src/shred.c')
-rw-r--r--src/shred.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/shred.c b/src/shred.c
index fc6ad67f1..788f0e707 100644
--- a/src/shred.c
+++ b/src/shred.c
@@ -1,6 +1,6 @@
/* shred.c - overwrite files and devices to make it harder to recover data
- Copyright (C) 1999-2006 Free Software Foundation, Inc.
+ Copyright (C) 1999-2007 Free Software Foundation, Inc.
Copyright (C) 1997, 1998, 1999 Colin Plumb.
This program is free software; you can redistribute it and/or modify
@@ -101,7 +101,6 @@
#include "human.h"
#include "inttostr.h"
#include "quotearg.h" /* For quotearg_colon */
-#include "quote.h" /* For quotearg_colon */
#include "randint.h"
#include "randread.h"