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.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/systemd-shutdown/umount.c b/src/systemd-shutdown/umount.c
index 3b1b018283..0079f8ec78 100644
--- a/src/systemd-shutdown/umount.c
+++ b/src/systemd-shutdown/umount.c
@@ -19,12 +19,13 @@
#include <errno.h>
#include <fcntl.h>
-#include <linux/dm-ioctl.h>
-#include <linux/loop.h>
#include <string.h>
#include <sys/mount.h>
#include <sys/swap.h>
+#include <linux/dm-ioctl.h>
+#include <linux/loop.h>
+
#include <libudev.h>
#include "basic/alloc-util.h"