summaryrefslogtreecommitdiff
path: root/src/systemd-shutdown/umount.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemd-shutdown/umount.c')
-rw-r--r--src/systemd-shutdown/umount.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/systemd-shutdown/umount.c b/src/systemd-shutdown/umount.c
index 2e032fb9d6..3b1b018283 100644
--- a/src/systemd-shutdown/umount.c
+++ b/src/systemd-shutdown/umount.c
@@ -25,20 +25,21 @@
#include <sys/mount.h>
#include <sys/swap.h>
-#include "libudev.h"
+#include <libudev.h>
#include "basic/alloc-util.h"
#include "basic/escape.h"
#include "basic/fd-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 "shared/udev-util.h"
-#include "umount.h"
#include "basic/util.h"
#include "basic/virt.h"
+#include "shared/fstab-util.h"
+#include "shared/udev-util.h"
+
+#include "mount-setup.h"
+#include "umount.h"
typedef struct MountPoint {
char *path;