mirror of
git://github.com/lxc/lxc
synced 2025-08-29 14:49:55 +00:00
tree-wide: fix public lxc header inclusions
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
parent
fd80f8c0fd
commit
cdb4f412ff
@ -22,8 +22,7 @@
|
||||
#include <termios.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <lxc/lxccontainer.h>
|
||||
#include <lxc/attach_options.h>
|
||||
#include "attach.h"
|
||||
|
||||
#include "af_unix.h"
|
||||
#include "attach.h"
|
||||
|
@ -4,9 +4,10 @@
|
||||
#define __LXC_ATTACH_H
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <lxc/attach_options.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "lxccontainer.h"
|
||||
#include "attach_options.h"
|
||||
#include "compiler.h"
|
||||
#include "namespace.h"
|
||||
|
||||
|
@ -13,6 +13,7 @@
|
||||
#include <sys/un.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "attach_options.h"
|
||||
#include "af_unix.h"
|
||||
#include "commands.h"
|
||||
#include "commands_utils.h"
|
||||
|
@ -34,11 +34,11 @@
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "conf.h"
|
||||
#include "af_unix.h"
|
||||
#include "caps.h"
|
||||
#include "cgroups/cgroup.h"
|
||||
#include "compiler.h"
|
||||
#include "conf.h"
|
||||
#include "config.h"
|
||||
#include "confile.h"
|
||||
#include "confile_utils.h"
|
||||
|
@ -6,8 +6,8 @@
|
||||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <lxc/attach_options.h>
|
||||
#include <lxc/lxccontainer.h>
|
||||
#include "lxccontainer.h"
|
||||
#include "attach_options.h"
|
||||
|
||||
#include "compiler.h"
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
||||
#include <sys/wait.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <lxc/attach_options.h>
|
||||
#include "attach_options.h"
|
||||
|
||||
#include "cgroup.h"
|
||||
#include "commands.h"
|
||||
|
@ -12,6 +12,7 @@
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "attach_options.h"
|
||||
#include "cgroups/cgroup.h"
|
||||
#include "cgroups/cgroup_utils.h"
|
||||
#include "commands.h"
|
||||
|
@ -32,8 +32,8 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/wait.h>
|
||||
|
||||
#include <lxc/lxccontainer.h>
|
||||
#include <lxc/attach_options.h>
|
||||
#include "lxccontainer.h"
|
||||
#include "attach_options.h"
|
||||
|
||||
#ifdef HAVE_STATVFS
|
||||
#include <sys/statvfs.h>
|
||||
|
@ -32,8 +32,8 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/wait.h>
|
||||
|
||||
#include <lxc/lxccontainer.h>
|
||||
#include <lxc/attach_options.h>
|
||||
#include "lxccontainer.h"
|
||||
#include "attach_options.h"
|
||||
|
||||
#ifdef HAVE_STATVFS
|
||||
#include <sys/statvfs.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user