start: use correct prefix for includes

parent 7669dc34
...@@ -76,11 +76,11 @@ ...@@ -76,11 +76,11 @@
#include "namespace.h" #include "namespace.h"
#include "network.h" #include "network.h"
#include "start.h" #include "start.h"
#include "storage.h"
#include "storage_utils.h"
#include "sync.h" #include "sync.h"
#include "utils.h" #include "utils.h"
#include "lsm/lsm.h" #include "lsm/lsm.h"
#include "storage/storage.h"
#include "storage/storage_utils.h"
lxc_log_define(lxc_start, lxc); lxc_log_define(lxc_start, 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