Rename lxc_log.h to log.h
Signed-off-by: Daniel Lezcano <daniel.lezcano@free.fr>
cgroup.h \
conf.h \
lxc_list.h \
- lxc_log.h \
+ log.h \
lxc_state.h
conf.c conf.h \
lxc_list.h \
lxc_state.c lxc_state.h \
- lxc_log.c lxc_log.h \
+ log.c log.h \
\
network.c network.h \
nl.c nl.h \
#include <sys/types.h>
#include <sys/un.h>
-#include "lxc_log.h"
+#include "log.h"
#include "af_unix.h"
#include "error.h"
#include <errno.h>
#include <stdarg.h>
-#include <lxc_log.h>
+#include <log.h>
#define MAXTIMELEN 47;
#define ERRNO_FORMAT "%d (%s)"
#include <lxc/lxc_state.h>
#include <lxc/lxc_list.h>
-#include <lxc/lxc_log.h>
+#include <lxc/log.h>
#include <lxc/conf.h>
#include <lxc/lock.h>
#include <lxc/namespace.h>
#include <dirent.h>
#include "parse.h"
-#include "lxc_log.h"
+#include "log.h"
static int dir_filter(const struct dirent *dirent)
{