Unverified Commit f602f03d by Long Wang Committed by Stéphane Graber

lxc-init: adjust include statements

* Use `#include <lxc/lxccontaienr.h>` style for exported haeders. * remove used header `caps.h` Signed-off-by: 's avatarLong Wang <w@laoqinren.net>
parent a33b05fa
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment