diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-09-30 12:24:06 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-09-30 12:24:06 +0200 |
commit | db3b1dedb27b631f6685eda394977249804966c6 (patch) | |
tree | 853a5185ae51526b03d3bc99336aebd1da0b4c18 /src/nspawn/nspawn.c | |
parent | ee30f6ac32d25b7ab975ee5c288cdefb56a83586 (diff) |
nspawn: order includes
Diffstat (limited to 'src/nspawn/nspawn.c')
-rw-r--r-- | src/nspawn/nspawn.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c index 16dfe8a7c1..8bf04d849b 100644 --- a/src/nspawn/nspawn.c +++ b/src/nspawn/nspawn.c @@ -83,12 +83,12 @@ #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 { |