mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-15 06:06:57 +00:00
lxc-init: adjust include statements
* Use `#include <lxc/lxccontaienr.h>` style for exported haeders. * remove used header `caps.h` Signed-off-by: Long Wang <w@laoqinren.net>
This commit is contained in:
parent
1bfb12006f
commit
1574fc2495
@ -33,11 +33,11 @@
|
||||
#include <sys/wait.h>
|
||||
#include <getopt.h>
|
||||
|
||||
#include <lxc/lxccontainer.h>
|
||||
|
||||
#include "log.h"
|
||||
#include "caps.h"
|
||||
#include "error.h"
|
||||
#include "initutils.h"
|
||||
#include "lxccontainer.h"
|
||||
|
||||
lxc_log_define(lxc_init, lxc);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user