summaryrefslogtreecommitdiff
path: root/src/chcon.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-01-30 19:29:01 +0100
committerJim Meyering <meyering@redhat.com>2008-01-30 19:29:11 +0100
commit839f321fde2e66c6b3568e3cc73a03c3259bd048 (patch)
treef45db1978f94f99e01a847bcaf8cf31a807ec02b /src/chcon.c
parentafeeea66f34b24260ef8193bf8934dfd6ad47508 (diff)
downloadcoreutils-839f321fde2e66c6b3568e3cc73a03c3259bd048.tar.xz
Now that system.h defines is_empty_dir, include "openat.h".
* src/system.h: Include "openat.h" here, ... * src/chcon.c: ... not here. * src/chmod.c: Likewise. * src/chown-core.c: Likewise. * src/remove.c: Likewise. Signed-off-by: Jim Meyering <meyering@redhat.com>
Diffstat (limited to 'src/chcon.c')
-rw-r--r--src/chcon.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/chcon.c b/src/chcon.c
index ecd5236a6..4f091a304 100644
--- a/src/chcon.c
+++ b/src/chcon.c
@@ -22,7 +22,6 @@
#include "system.h"
#include "dev-ino.h"
#include "error.h"
-#include "openat.h"
#include "quote.h"
#include "quotearg.h"
#include "root-dev-ino.h"