diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-05-28 04:21:35 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-06-19 19:35:35 +0200 |
commit | 834afa11ab514f4a32f3e4f98182dd32a365fac7 (patch) | |
tree | a18a6481ce3457d3330fb7a78e20c71d6e5015c4 | |
parent | missing: drop BCACHEFS_SUPER_MAGIC as it is now defined in linux/magic.h (diff) | |
download | systemd-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.c | 1 |
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> |