From: Mao Zhongyi Date: Wed, 30 Oct 2019 03:42:10 +0000 (+0800) Subject: lxc: remove duplicate header files X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=d4aecbf1ff63d4884cdb201594a1af9313aa3032;p=libvirt.git lxc: remove duplicate header files "#include vircgroup.h" appears in both lxc_cgroup.h and lxc_cgroup.c, and lxc_cgroup.c contains lxc_cgroup.h, so remove the duplicate declarations. Signed-off-by: Mao Zhongyi Signed-off-by: Zhang Shengju Reviewed-by: Ján Tomko --- diff --git a/src/lxc/lxc_cgroup.c b/src/lxc/lxc_cgroup.c index 5efb495b56..0a019dc813 100644 --- a/src/lxc/lxc_cgroup.c +++ b/src/lxc/lxc_cgroup.c @@ -27,7 +27,6 @@ #include "virerror.h" #include "virlog.h" #include "viralloc.h" -#include "vircgroup.h" #include "virstring.h" #include "virsystemd.h"