]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
remove.c: remove three unnecessary #include directives
authorJim Meyering <meyering@redhat.com>
Sun, 14 Feb 2010 10:25:57 +0000 (11:25 +0100)
committerJim Meyering <meyering@redhat.com>
Mon, 15 Feb 2010 18:26:30 +0000 (19:26 +0100)
* src/remove.c: Don't include hash.h, hash-pjw.h or obstack.h.
They have been unused since the fts rewrite.

src/remove.c

index b62c5d000478f0da18d4027ca7050134d8ce02c9..b6cfc8e99919cebdd898b39a89f761390b59a889 100644 (file)
@@ -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"