Commit 4ec31c52 by Christian Brauner

Adapt #includes for bdev.h to bdev/bdev.h

parent 38683db4
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
#include "list.h" #include "list.h"
#include "conf.h" #include "conf.h"
#include "utils.h" #include "utils.h"
#include "bdev.h" #include "bdev/bdev.h"
#include "log.h" #include "log.h"
#include "cgroup.h" #include "cgroup.h"
#include "start.h" #include "start.h"
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
#include "list.h" #include "list.h"
#include "conf.h" #include "conf.h"
#include "utils.h" #include "utils.h"
#include "bdev.h" #include "bdev/bdev.h"
#include "log.h" #include "log.h"
#include "cgroup.h" #include "cgroup.h"
#include "start.h" #include "start.h"
......
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
#include "conf.h" #include "conf.h"
#include "log.h" #include "log.h"
#include "caps.h" /* for lxc_caps_last_cap() */ #include "caps.h" /* for lxc_caps_last_cap() */
#include "bdev.h" #include "bdev/bdev.h"
#include "cgroup.h" #include "cgroup.h"
#include "lxclock.h" #include "lxclock.h"
#include "namespace.h" #include "namespace.h"
...@@ -2623,7 +2623,7 @@ void restore_phys_nics_to_netns(int netnsfd, struct lxc_conf *conf) ...@@ -2623,7 +2623,7 @@ void restore_phys_nics_to_netns(int netnsfd, struct lxc_conf *conf)
{ {
int i, ret, oldfd; int i, ret, oldfd;
char path[MAXPATHLEN]; char path[MAXPATHLEN];
char ifname[IFNAMSIZ]; char ifname[IFNAMSIZ];
if (netnsfd < 0) if (netnsfd < 0)
return; return;
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
#include "config.h" #include "config.h"
#include "bdev.h" #include "bdev/bdev.h"
#include "cgroup.h" #include "cgroup.h"
#include "conf.h" #include "conf.h"
#include "commands.h" #include "commands.h"
......
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
#include "conf.h" #include "conf.h"
#include "state.h" #include "state.h"
#include "utils.h" #include "utils.h"
#include "bdev.h" #include "bdev/bdev.h"
#ifndef HAVE_GETSUBOPT #ifndef HAVE_GETSUBOPT
#include <../include/getsubopt.h> #include <../include/getsubopt.h>
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#include "lxc.h" #include "lxc.h"
#include "log.h" #include "log.h"
#include "bdev.h" #include "bdev/bdev.h"
#include "arguments.h" #include "arguments.h"
#include "utils.h" #include "utils.h"
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#include "lxc.h" #include "lxc.h"
#include "log.h" #include "log.h"
#include "bdev.h" #include "bdev/bdev.h"
#include "arguments.h" #include "arguments.h"
#include "utils.h" #include "utils.h"
......
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
#include "namespace.h" #include "namespace.h"
#include "lxcseccomp.h" #include "lxcseccomp.h"
#include "caps.h" #include "caps.h"
#include "bdev.h" #include "bdev/bdev.h"
#include "lsm/lsm.h" #include "lsm/lsm.h"
#include "lxclock.h" #include "lxclock.h"
......
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