summaryrefslogtreecommitdiff
path: root/locate/locate.c
diff options
context:
space:
mode:
authorJames Youngman <jay@gnu.org>2010-04-02 18:42:53 +0100
committerJames Youngman <jay@gnu.org>2010-04-03 10:08:11 +0100
commit238b7d525bc18360723495fca59104c0b80aee35 (patch)
tree435ba00e4eec5aa8e53af2d5a7d35a9906aec755 /locate/locate.c
parenta0587676877c9b6f876593fc4d520bb98823a38e (diff)
downloadfindutils-238b7d525bc18360723495fca59104c0b80aee35.tar.gz
Don't include quote.h/quotearg.h where it is not used.
* find/find.c: Don't include "quote.h", it's not used. * find/ftsfind.c: Likewise. * find/parser.c: Likewise. * locate/locate.c: Likewise. * locate/word_io.c: Likewise. * cfg.mk (skip_dunno): Enable check sc_prohibit_quote_without_use. * find/find.c: Don't include "quotearg.h", it's not used. * lib/fdleak.c: Likewise. Signed-off-by: James Youngman <jay@gnu.org>
Diffstat (limited to 'locate/locate.c')
-rw-r--r--locate/locate.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/locate/locate.c b/locate/locate.c
index 84377ac1..0cab5224 100644
--- a/locate/locate.c
+++ b/locate/locate.c
@@ -126,7 +126,6 @@
#include "closeout.h"
#include "nextelem.h"
#include "regex.h"
-#include "quote.h"
#include "quotearg.h"
#include "printquoted.h"
#include "regextype.h"