bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] remove.c: remove three unnecessary #include directives


From: Jim Meyering
Subject: [PATCH] remove.c: remove three unnecessary #include directives
Date: Sun, 14 Feb 2010 11:26:36 +0100

FYI,

>From c8c6523931977ef5bf7fb24ed73ae2171aa4882c Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Sun, 14 Feb 2010 11:25:57 +0100
Subject: [PATCH] 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.
---
 src/remove.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/remove.c b/src/remove.c
index b62c5d0..b6cfc8e 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"
--
1.7.0.169.g57c99




reply via email to

[Prev in Thread] Current Thread [Next in Thread]