From 4839ec2994ddf104fd135cdca9a48bebcd6e55f4 Mon Sep 17 00:00:00 2001 From: Daniel Lezcano Date: Fri, 17 Dec 2010 11:43:36 +0100 Subject: [PATCH] remove duplicate cgroup header Signed-off-by: Daniel Lezcano --- src/lxc/start.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lxc/start.c b/src/lxc/start.c index b963b8547..451d3559b 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"