Commit 35d2c3e7 by Daniel Lezcano Committed by Daniel Lezcano

cleanup state.h

Rename lxc_state.h to state.h Signed-off-by: 's avatarDaniel Lezcano <daniel.lezcano@free.fr>
parent 951cc719
...@@ -13,7 +13,7 @@ pkginclude_HEADERS = \ ...@@ -13,7 +13,7 @@ pkginclude_HEADERS = \
conf.h \ conf.h \
list.h \ list.h \
log.h \ log.h \
lxc_state.h state.h
liblxc_la_SOURCES = \ liblxc_la_SOURCES = \
...@@ -36,7 +36,7 @@ liblxc_la_SOURCES = \ ...@@ -36,7 +36,7 @@ liblxc_la_SOURCES = \
namespace.h \ namespace.h \
conf.c conf.h \ conf.c conf.h \
list.h \ list.h \
lxc_state.c lxc_state.h \ state.c state.h \
log.c log.h \ log.c log.h \
\ \
network.c network.h \ network.c network.h \
......
...@@ -33,7 +33,7 @@ extern "C" { ...@@ -33,7 +33,7 @@ extern "C" {
lxc/lxc.h will contain exports of liblxc lxc/lxc.h will contain exports of liblxc
**/ **/
#include <lxc/lxc_state.h> #include <lxc/state.h>
#include <lxc/list.h> #include <lxc/list.h>
#include <lxc/log.h> #include <lxc/log.h>
#include <lxc/conf.h> #include <lxc/conf.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