aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@free.fr>2010-12-17 11:43:36 +0100
committerDaniel Lezcano <dlezcano@fr.ibm.com>2010-12-17 11:43:36 +0100
commit4839ec2994ddf104fd135cdca9a48bebcd6e55f4 (patch)
tree9c0e01013b4f18ff0966feb31e771fce8d2fccd9
parentMake mount paths relative to rootfs (diff)
downloadlxc-4839ec2994ddf104fd135cdca9a48bebcd6e55f4.tar.gz
lxc-4839ec2994ddf104fd135cdca9a48bebcd6e55f4.tar.bz2
lxc-4839ec2994ddf104fd135cdca9a48bebcd6e55f4.zip
remove duplicate cgroup header
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
-rw-r--r--src/lxc/start.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lxc/start.c b/src/lxc/start.c
index b963b85..451d355 100644
--- a/src/lxc/start.c
+++ b/src/lxc/start.c
@@ -114,7 +114,6 @@ int signalfd(int fd, const sigset_t *mask, int flags)
#include "start.h"
#include "conf.h"
-#include "cgroup.h"
#include "log.h"
#include "cgroup.h"
#include "error.h"