[PATCH v3 22/26] vmx: Remove unused includes

Peng Liang tcx4c70 at gmail.com
Wed Jun 8 12:13:10 UTC 2022


Signed-off-by: Peng Liang <tcx4c70 at gmail.com>
---
 src/vmx/vmx.c | 1 -
 src/vmx/vmx.h | 1 -
 2 files changed, 2 deletions(-)

diff --git a/src/vmx/vmx.c b/src/vmx/vmx.c
index c391caa910..6581173187 100644
--- a/src/vmx/vmx.c
+++ b/src/vmx/vmx.c
@@ -24,7 +24,6 @@
 
 #include "internal.h"
 #include "virerror.h"
-#include "virfile.h"
 #include "virconf.h"
 #include "viralloc.h"
 #include "virlog.h"
diff --git a/src/vmx/vmx.h b/src/vmx/vmx.h
index f05c7db33a..4aa1ff8069 100644
--- a/src/vmx/vmx.h
+++ b/src/vmx/vmx.h
@@ -22,7 +22,6 @@
 #pragma once
 
 #include "internal.h"
-#include "virconf.h"
 #include "domain_conf.h"
 
 #define VMX_CONFIG_FORMAT_ARGV "vmware-vmx"
-- 
2.36.1



More information about the libvir-list mailing list