1
0
mirror of https://github.com/systemd/systemd synced 2024-07-01 07:34:28 +00:00

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.
This commit is contained in:
Yu Watanabe 2024-05-28 11:21:35 +09:00
parent 0b37761936
commit 834afa11ab

View File

@ -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>