]> xenbits.xensource.com Git - libvirt.git/commitdiff
lxc: remove duplicate header files
authorMao Zhongyi <maozhongyi@cmss.chinamobile.com>
Wed, 30 Oct 2019 03:42:10 +0000 (11:42 +0800)
committerJán Tomko <jtomko@redhat.com>
Tue, 12 Nov 2019 12:45:31 +0000 (13:45 +0100)
"#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 <maozhongyi@cmss.chinamobile.com>
Signed-off-by: Zhang Shengju <zhangshengju@cmss.chinamobile.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/lxc/lxc_cgroup.c

index 5efb495b56a7be6e83a69a1c0d166458e2d335d5..0a019dc813a31f882b1e7f0817ec3683d681fe7c 100644 (file)
@@ -27,7 +27,6 @@
 #include "virerror.h"
 #include "virlog.h"
 #include "viralloc.h"
-#include "vircgroup.h"
 #include "virstring.h"
 #include "virsystemd.h"