diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-07-18 16:10:41 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-07-31 16:23:00 +0200 |
commit | 0b76cc2fdf133927c307f851ba1bc9395ab09f5a (patch) | |
tree | dd610cd97995f9d135863f92fc8df42a3e5aaf16 /src/udev/udev-rules.c | |
parent | udev: move DEVICE_TRACE() to udev-trace.h (diff) | |
download | systemd-0b76cc2fdf133927c307f851ba1bc9395ab09f5a.tar.xz systemd-0b76cc2fdf133927c307f851ba1bc9395ab09f5a.zip |
udev: split-out formatter and spawning commands from udev-event.c
No functional changes, just refactoring.
Diffstat (limited to 'src/udev/udev-rules.c')
-rw-r--r-- | src/udev/udev-rules.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/udev/udev-rules.c b/src/udev/udev-rules.c index 2c9797f099..c4f2a7ffbb 100644 --- a/src/udev/udev-rules.c +++ b/src/udev/udev-rules.c @@ -30,8 +30,10 @@ #include "syslog-util.h" #include "udev-builtin.h" #include "udev-event.h" +#include "udev-format.h" #include "udev-node.h" #include "udev-rules.h" +#include "udev-spawn.h" #include "udev-trace.h" #include "udev-util.h" #include "user-util.h" |