From: Jim Meyering Date: Sun, 14 Feb 2010 10:25:57 +0000 (+0100) Subject: remove.c: remove three unnecessary #include directives X-Git-Tag: v8.5~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58c98f23429b17ce9b90bc92fe31fa027edeec91;p=thirdparty%2Fcoreutils.git remove.c: remove three unnecessary #include directives * src/remove.c: Don't include hash.h, hash-pjw.h or obstack.h. They have been unused since the fts rewrite. --- diff --git a/src/remove.c b/src/remove.c index b62c5d0004..b6cfc8e999 100644 --- a/src/remove.c +++ b/src/remove.c @@ -25,9 +25,6 @@ #include "error.h" #include "euidaccess-stat.h" #include "file-type.h" -#include "hash.h" -#include "hash-pjw.h" -#include "obstack.h" #include "quote.h" #include "remove.h" #include "root-dev-ino.h"