summaryrefslogtreecommitdiff
path: root/src/systemd-shutdown/shutdown.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemd-shutdown/shutdown.c')
-rw-r--r--src/systemd-shutdown/shutdown.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/systemd-shutdown/shutdown.c b/src/systemd-shutdown/shutdown.c
index eb47677eb3..6281d99c1d 100644
--- a/src/systemd-shutdown/shutdown.c
+++ b/src/systemd-shutdown/shutdown.c
@@ -39,12 +39,12 @@
#include "basic/parse-util.h"
#include "basic/process-util.h"
#include "basic/string-util.h"
-#include "switch-root.h"
+#include "shared/switch-root.h"
#include "basic/terminal-util.h"
#include "umount.h"
#include "basic/util.h"
#include "basic/virt.h"
-#include "watchdog.h"
+#include "shared/watchdog.h"
#define FINALIZE_ATTEMPTS 50