diff options
author | Jim Meyering <meyering@redhat.com> | 2010-02-14 11:25:57 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2010-02-15 19:26:30 +0100 |
commit | 58c98f23429b17ce9b90bc92fe31fa027edeec91 (patch) | |
tree | 011df2a54851fed0ce44f14ae0e1e240401a70ab /src | |
parent | 7ae60bf26ff6e10f4f514835d859c3a2e35a3d74 (diff) | |
download | coreutils-58c98f23429b17ce9b90bc92fe31fa027edeec91.tar.xz |
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.
Diffstat (limited to 'src')
-rw-r--r-- | src/remove.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/remove.c b/src/remove.c index b62c5d000..b6cfc8e99 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" |