* lib/openat-proc.c: Don't include dirname.h; not needed.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 25 Feb 2011 00:14:32 +0000 (16:14 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 25 Feb 2011 00:28:33 +0000 (16:28 -0800)
ChangeLog
lib/openat-proc.c

index 313f365..2b3ec59 100644 (file)
--- 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
index 34c74a7..4a470c5 100644 (file)
@@ -30,7 +30,6 @@
 #include <string.h>
 #include <unistd.h>
 
-#include "dirname.h"
 #include "intprops.h"
 #include "same-inode.h"