summaryrefslogtreecommitdiff
path: root/src/systemd-shutdown
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemd-shutdown')
-rw-r--r--src/systemd-shutdown/shutdown.c4
-rw-r--r--src/systemd-shutdown/umount.c4
2 files changed, 4 insertions, 4 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
diff --git a/src/systemd-shutdown/umount.c b/src/systemd-shutdown/umount.c
index 13f0df3c84..2e032fb9d6 100644
--- a/src/systemd-shutdown/umount.c
+++ b/src/systemd-shutdown/umount.c
@@ -30,12 +30,12 @@
#include "basic/alloc-util.h"
#include "basic/escape.h"
#include "basic/fd-util.h"
-#include "fstab-util.h"
+#include "shared/fstab-util.h"
#include "basic/list.h"
#include "mount-setup.h"
#include "basic/path-util.h"
#include "basic/string-util.h"
-#include "udev-util.h"
+#include "shared/udev-util.h"
#include "umount.h"
#include "basic/util.h"
#include "basic/virt.h"