summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-11-01 18:19:54 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-11-04 00:30:32 +0900
commite25910849441372339340bc8ce1ce990e126ac63 (patch)
tree7a8cdbc3ccb36f54c1961d8989b14594ff65dced
parent927d2351d73d977940852379a3869b96539e37bf (diff)
downloadsystemd-e25910849441372339340bc8ce1ce990e126ac63.tar.gz
tree-wide: drop acl.h when acl-util.h is included
-rw-r--r--src/nspawn/nspawn-patch-uid.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nspawn/nspawn-patch-uid.c b/src/nspawn/nspawn-patch-uid.c
index 199e5804dd..c2f068fa99 100644
--- a/src/nspawn/nspawn-patch-uid.c
+++ b/src/nspawn/nspawn-patch-uid.c
@@ -2,9 +2,6 @@
#include <fcntl.h>
#include <linux/magic.h>
-#if HAVE_ACL
-#include <sys/acl.h>
-#endif
#include <sys/stat.h>
#include <sys/statvfs.h>
#include <sys/vfs.h>