From: Christian Brauner Date: Fri, 22 Jan 2021 13:31:08 +0000 (+0100) Subject: tree-wide: fix some header inclusions X-Git-Tag: lxc-5.0.0~320^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f1269773cd070a681717c26b86ce1b630d121f1;p=thirdparty%2Flxc.git tree-wide: fix some header inclusions Cc: stable-4.0 Signed-off-by: Christian Brauner --- diff --git a/src/lxc/commands.c b/src/lxc/commands.c index 37d1abcef..c49b4c019 100644 --- a/src/lxc/commands.c +++ b/src/lxc/commands.c @@ -17,7 +17,7 @@ #include #include "af_unix.h" -#include "cgroup.h" +#include "cgroups/cgroup.h" #include "cgroups/cgroup2_devices.h" #include "commands.h" #include "commands_utils.h" diff --git a/src/lxc/conf.c b/src/lxc/conf.c index e6486cbe5..3d5ce8727 100644 --- a/src/lxc/conf.c +++ b/src/lxc/conf.c @@ -35,7 +35,7 @@ #include "af_unix.h" #include "caps.h" -#include "cgroup.h" +#include "cgroups/cgroup.h" #include "conf.h" #include "config.h" #include "confile.h" @@ -54,7 +54,7 @@ #include "process_utils.h" #include "ringbuf.h" #include "start.h" -#include "storage.h" +#include "storage/storage.h" #include "storage/overlay.h" #include "syscall_wrappers.h" #include "terminal.h" diff --git a/src/lxc/confile.c b/src/lxc/confile.c index bcf50ad3c..04423871e 100644 --- a/src/lxc/confile.c +++ b/src/lxc/confile.c @@ -36,7 +36,7 @@ #include "memory_utils.h" #include "network.h" #include "parse.h" -#include "storage.h" +#include "storage/storage.h" #include "utils.h" #if HAVE_SYS_PERSONALITY_H