This removes a dependency that wasn't documented in the module file.

---
 ChangeLog         |    2 ++
 lib/openat-proc.c |    1 -
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index b739e06..1d33736 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2011-02-24  Paul Eggert  <[email protected]>
+ * lib/openat-proc.c: Don't include dirname.h; not needed.
+
        backupfile: remove unnecessary use of m4/dos.m4
        * m4/backupfile.m4 (gl_BACKUPFILE): Don't require gl_AC_DOS; none
        of its symbols are used by the backupfile code.  backupfile.c does
diff --git a/lib/openat-proc.c b/lib/openat-proc.c
index 34c74a7..4a470c5 100644
--- a/lib/openat-proc.c
+++ b/lib/openat-proc.c
@@ -30,7 +30,6 @@
 #include <string.h>
 #include <unistd.h>
-#include "dirname.h"
 #include "intprops.h"
 #include "same-inode.h"
--
1.7.4


Reply via email to