Signed-off-by: Wei Liu <liuwe@linux.microsoft.com>
---
target/i386/hvf/x86_decode.c | 3 ---
target/i386/hvf/x86_emu.c | 4 ----
2 files changed, 7 deletions(-)
diff --git a/target/i386/hvf/x86_decode.c b/target/i386/hvf/x86_decode.c
index 31285952ad..ffece4773b 100644
--- a/target/i386/hvf/x86_decode.c
+++ b/target/i386/hvf/x86_decode.c
@@ -20,10 +20,7 @@
#include "panic.h"
#include "x86_decode.h"
-#include "vmx.h"
#include "x86_emu.h"
-#include "x86_mmu.h"
-#include "x86_descr.h"
#define OPCODE_ESCAPE 0xf
diff --git a/target/i386/hvf/x86_emu.c b/target/i386/hvf/x86_emu.c
index 304c1ef396..84f97ed386 100644
--- a/target/i386/hvf/x86_emu.c
+++ b/target/i386/hvf/x86_emu.c
@@ -40,11 +40,7 @@
#include "x86_decode.h"
#include "x86.h"
#include "x86_emu.h"
-#include "x86_mmu.h"
#include "x86_flags.h"
-#include "vmcs.h"
-#include "vmx.h"
-#include "hvf-i386.h"
#define EXEC_2OP_FLAGS_CMD(env, decode, cmd, FLAGS_FUNC, save_res) \
{ \
--
2.39.5 (Apple Git-154)