]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
nspawn: order includes
authorLennart Poettering <lennart@poettering.net>
Wed, 30 Sep 2015 10:24:06 +0000 (12:24 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 30 Sep 2015 10:24:06 +0000 (12:24 +0200)
src/nspawn/nspawn.c

index 16dfe8a7c16705c696d80c98503a6218490f3749..8bf04d849baaa71dcee19062da2f2fc88c91f0ed 100644 (file)
 #include "udev-util.h"
 #include "util.h"
 
-#include "nspawn-settings.h"
+#include "nspawn-cgroup.h"
+#include "nspawn-expose-ports.h"
 #include "nspawn-mount.h"
 #include "nspawn-network.h"
-#include "nspawn-expose-ports.h"
-#include "nspawn-cgroup.h"
 #include "nspawn-register.h"
+#include "nspawn-settings.h"
 #include "nspawn-setuid.h"
 
 typedef enum ContainerStatus {