]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
vmx: Remove unused includes
authorPeng Liang <tcx4c70@gmail.com>
Wed, 8 Jun 2022 12:13:10 +0000 (20:13 +0800)
committerJán Tomko <jtomko@redhat.com>
Thu, 16 Jun 2022 04:43:58 +0000 (06:43 +0200)
Signed-off-by: Peng Liang <tcx4c70@gmail.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/vmx/vmx.c
src/vmx/vmx.h

index c391caa910740064397e5022e616ca4a05832dfc..6581173187b2b58de5a1b57a4a0eb54943ac4127 100644 (file)
@@ -24,7 +24,6 @@
 
 #include "internal.h"
 #include "virerror.h"
-#include "virfile.h"
 #include "virconf.h"
 #include "viralloc.h"
 #include "virlog.h"
index f05c7db33a6bd6955c065f400813dc55db06299d..4aa1ff8069979d113f14b4cb5590b5cbccf6e995 100644 (file)
@@ -22,7 +22,6 @@
 #pragma once
 
 #include "internal.h"
-#include "virconf.h"
 #include "domain_conf.h"
 
 #define VMX_CONFIG_FORMAT_ARGV "vmware-vmx"