selinux-at: omit unnecessary include
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 23 Aug 2013 20:53:46 +0000 (13:53 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 23 Aug 2013 20:54:15 +0000 (13:54 -0700)
* lib/selinux-at.c: Don't include dosname.h; not needed, since
this source file doesn't use its macros, and subsidiary files that
use the macros already include it.

ChangeLog
lib/selinux-at.c

index a5803ab..7894c2d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2013-08-23  Paul Eggert  <eggert@cs.ucla.edu>
+
+       selinux-at: omit unnecessary include
+       * lib/selinux-at.c: Don't include dosname.h; not needed, since
+       this source file doesn't use its macros, and subsidiary files that
+       use the macros already include it.
+
 2013-08-21  Eric Blake  <eblake@redhat.com>
 
        d-ino: avoid false negative on symlink
index 386763f..1c766fc 100644 (file)
@@ -26,7 +26,6 @@
 #include <errno.h>
 #include <fcntl.h>
 
-#include "dirname.h" /* solely for definition of IS_ABSOLUTE_FILE_NAME */
 #include "save-cwd.h"
 
 #include "openat-priv.h"