summaryrefslogtreecommitdiff
path: root/src/core/umount.c
diff options
context:
space:
mode:
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>2015-11-17 06:52:45 +0100
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>2015-11-17 07:06:08 +0100
commitb4bbcaa9c44260e88402cb8f9a5fb8ac7f35e123 (patch)
treeecb8dabf3534ac4985dbd345c2b685799fe74d56 /src/core/umount.c
parentf1f8a5a5e110f485257e8702ad30b9997e529a74 (diff)
tree-wide: group include of libudev.h with sd-*
Diffstat (limited to 'src/core/umount.c')
-rw-r--r--src/core/umount.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/umount.c b/src/core/umount.c
index 954e50528d..9d1f7660db 100644
--- a/src/core/umount.c
+++ b/src/core/umount.c
@@ -27,11 +27,12 @@
#include <sys/mount.h>
#include <sys/swap.h>
+#include "libudev.h"
+
#include "alloc-util.h"
#include "escape.h"
#include "fd-util.h"
#include "fstab-util.h"
-#include "libudev.h"
#include "list.h"
#include "mount-setup.h"
#include "path-util.h"