diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2015-11-17 06:52:45 +0100 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2015-11-17 07:06:08 +0100 |
commit | b4bbcaa9c44260e88402cb8f9a5fb8ac7f35e123 (patch) | |
tree | ecb8dabf3534ac4985dbd345c2b685799fe74d56 /src/core/swap.c | |
parent | f1f8a5a5e110f485257e8702ad30b9997e529a74 (diff) |
tree-wide: group include of libudev.h with sd-*
Diffstat (limited to 'src/core/swap.c')
-rw-r--r-- | src/core/swap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/swap.c b/src/core/swap.c index f9e1ebad49..ee0838e676 100644 --- a/src/core/swap.c +++ b/src/core/swap.c @@ -24,6 +24,8 @@ #include <sys/stat.h> #include <unistd.h> +#include "libudev.h" + #include "alloc-util.h" #include "dbus-swap.h" #include "escape.h" @@ -31,7 +33,6 @@ #include "fd-util.h" #include "formats-util.h" #include "fstab-util.h" -#include "libudev.h" #include "parse-util.h" #include "path-util.h" #include "process-util.h" |