summaryrefslogtreecommitdiff
path: root/src/gpt-auto-generator
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/gpt-auto-generator
parentf1f8a5a5e110f485257e8702ad30b9997e529a74 (diff)
tree-wide: group include of libudev.h with sd-*
Diffstat (limited to 'src/gpt-auto-generator')
-rw-r--r--src/gpt-auto-generator/gpt-auto-generator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpt-auto-generator/gpt-auto-generator.c b/src/gpt-auto-generator/gpt-auto-generator.c
index c32bf1c9d6..ce8cecc5cb 100644
--- a/src/gpt-auto-generator/gpt-auto-generator.c
+++ b/src/gpt-auto-generator/gpt-auto-generator.c
@@ -24,6 +24,7 @@
#include <sys/statfs.h>
#include <unistd.h>
+#include "libudev.h"
#include "sd-id128.h"
#include "alloc-util.h"
@@ -36,7 +37,6 @@
#include "fstab-util.h"
#include "generator.h"
#include "gpt.h"
-#include "libudev.h"
#include "missing.h"
#include "mkdir.h"
#include "mount-util.h"