summaryrefslogtreecommitdiff
path: root/lib/selinux-at.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2013-08-23 13:53:46 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2013-08-23 13:54:15 -0700
commitc9451e3bdc651a742f06b46a450497e59bb5e006 (patch)
treef82897f1857ba6a1f5d1826366c29f3b53135a83 /lib/selinux-at.c
parent451230ad7310c156fcd44fde853bed6ec6f080af (diff)
downloadgnulib-c9451e3bdc651a742f06b46a450497e59bb5e006.tar.gz
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.
Diffstat (limited to 'lib/selinux-at.c')
-rw-r--r--lib/selinux-at.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/selinux-at.c b/lib/selinux-at.c
index 386763f717..1c766fc937 100644
--- a/lib/selinux-at.c
+++ b/lib/selinux-at.c
@@ -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"