summaryrefslogtreecommitdiff
path: root/src/grp-system/systemd-shutdown/umount.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-system/systemd-shutdown/umount.c')
-rw-r--r--src/grp-system/systemd-shutdown/umount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grp-system/systemd-shutdown/umount.c b/src/grp-system/systemd-shutdown/umount.c
index 60c7354738..8d280c8c8c 100644
--- a/src/grp-system/systemd-shutdown/umount.c
+++ b/src/grp-system/systemd-shutdown/umount.c
@@ -28,6 +28,7 @@
#include <libudev.h>
+#include "core/mount-setup.h"
#include "systemd-basic/alloc-util.h"
#include "systemd-basic/escape.h"
#include "systemd-basic/fd-util.h"
@@ -39,7 +40,6 @@
#include "systemd-shared/fstab-util.h"
#include "systemd-shared/udev-util.h"
-#include "mount-setup.h"
#include "umount.h"
typedef struct MountPoint {