]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tree-wide: drop acl.h when acl-util.h is included
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 1 Nov 2019 09:19:54 +0000 (18:19 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 3 Nov 2019 15:30:32 +0000 (00:30 +0900)
src/nspawn/nspawn-patch-uid.c

index 199e5804dd9387575df68bb4e90a38d2d07b6a16..c2f068fa99cfa9109fd23a734bd42f900bcd6753 100644 (file)
@@ -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>