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:
Long Wang 2017-07-05 11:54:25 +08:00
parent 1bfb12006f
commit 1574fc2495

View File

@ -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);