diff options
Diffstat (limited to 'src/grp-system/systemd-shutdown/shutdown.c')
-rw-r--r-- | src/grp-system/systemd-shutdown/shutdown.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grp-system/systemd-shutdown/shutdown.c b/src/grp-system/systemd-shutdown/shutdown.c index 516128e2d1..bf74b5ec99 100644 --- a/src/grp-system/systemd-shutdown/shutdown.c +++ b/src/grp-system/systemd-shutdown/shutdown.c @@ -42,10 +42,10 @@ #include "basic/terminal-util.h" #include "basic/util.h" #include "basic/virt.h" -#include "killall.h" #include "shared/switch-root.h" #include "shared/watchdog.h" +#include "killall.h" #include "umount.h" #define FINALIZE_ATTEMPTS 50 |