From: Paul Eggert <eggert@cs.ucla.edu>
Date: Fri, 25 Feb 2011 00:14:32 +0000 (-0800)
Subject: * lib/openat-proc.c: Don't include dirname.h; not needed.
X-Git-Tag: v0.1~3134
X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=cfbb8f164decd91231b2da41759ffdb10eccf15b;p=gnulib.git

* lib/openat-proc.c: Don't include dirname.h; not needed.
---

diff --git a/ChangeLog b/ChangeLog
index 313f3657c4..2b3ec590ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2011-02-24  Paul Eggert  <eggert@cs.ucla.edu>
 
+	* 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 34c74a7084..4a470c5b9d 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"