changeset 14389:67f15f63ba73

* lib/openat-proc.c: Don't include dirname.h; not needed.
author Paul Eggert <eggert@cs.ucla.edu>
date Thu, 24 Feb 2011 16:14:32 -0800
parents 72dec411bf1c
children c2a816705e6e
files ChangeLog lib/openat-proc.c
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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"