summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2024-05-28 04:21:35 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2024-06-19 19:35:35 +0200
commit834afa11ab514f4a32f3e4f98182dd32a365fac7 (patch)
treea18a6481ce3457d3330fb7a78e20c71d6e5015c4
parentmissing: drop BCACHEFS_SUPER_MAGIC as it is now defined in linux/magic.h (diff)
downloadsystemd-834afa11ab514f4a32f3e4f98182dd32a365fac7.tar.xz
systemd-834afa11ab514f4a32f3e4f98182dd32a365fac7.zip
core: drop unnecessary auto_fs4.h inclusion
auto_fs4.h is a trivial wrapper of auto_fs.h, and it is already included by auto_dev-ioctl.h.
-rw-r--r--src/core/automount.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/automount.c b/src/core/automount.c
index a7b08d60ad..0bdd970efc 100644
--- a/src/core/automount.c
+++ b/src/core/automount.c
@@ -4,7 +4,6 @@
#include <fcntl.h>
#include <limits.h>
#include <linux/auto_dev-ioctl.h>
-#include <linux/auto_fs4.h>
#include <sys/epoll.h>
#include <sys/mount.h>
#include <sys/stat.h>