From 0e791283e0a8b07e2a10d3a9528db4f1b364160e Mon Sep 17 00:00:00 2001 From: Peng Liang Date: Wed, 8 Jun 2022 20:13:10 +0800 Subject: [PATCH] vmx: Remove unused includes MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peng Liang Reviewed-by: Ján Tomko --- 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.47.2