[libvirt] [PATCH 2/4] qemu: remove duplicate header files

Mao Zhongyi maozhongyi at cmss.chinamobile.com
Wed Oct 30 03:42:11 UTC 2019


"#include vircgroup.h" appears in both qemu_cgroup.h and
qemu_cgroup.c, and qemu_cgroup.c contains qemu_cgroup.h,
so remove the duplicate declarations.

Signed-off-by: Mao Zhongyi <maozhongyi at cmss.chinamobile.com>
Signed-off-by: Zhang Shengju <zhangshengju at cmss.chinamobile.com>
---
 src/qemu/qemu_cgroup.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/qemu/qemu_cgroup.c b/src/qemu/qemu_cgroup.c
index f8bb270117..131cdd1134 100644
--- a/src/qemu/qemu_cgroup.c
+++ b/src/qemu/qemu_cgroup.c
@@ -25,7 +25,6 @@
 #include "qemu_domain.h"
 #include "qemu_process.h"
 #include "qemu_extdevice.h"
-#include "vircgroup.h"
 #include "virlog.h"
 #include "viralloc.h"
 #include "virerror.h"
-- 
2.17.1






More information about the libvir-list mailing list