1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-08 11:27:32 +03:00

nspawn: order includes

This commit is contained in:
Lennart Poettering 2015-09-30 12:24:06 +02:00
parent ee30f6ac32
commit db3b1dedb2

View File

@ -83,12 +83,12 @@
#include "udev-util.h" #include "udev-util.h"
#include "util.h" #include "util.h"
#include "nspawn-settings.h" #include "nspawn-cgroup.h"
#include "nspawn-expose-ports.h"
#include "nspawn-mount.h" #include "nspawn-mount.h"
#include "nspawn-network.h" #include "nspawn-network.h"
#include "nspawn-expose-ports.h"
#include "nspawn-cgroup.h"
#include "nspawn-register.h" #include "nspawn-register.h"
#include "nspawn-settings.h"
#include "nspawn-setuid.h" #include "nspawn-setuid.h"
typedef enum ContainerStatus { typedef enum ContainerStatus {