From 10209386b01a2588f50b63cb64e59e8d6fc33a61 Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Sun, 18 Apr 2021 22:23:23 -0700 Subject: [PATCH] xemu-xbe.c: Use 'cpu.h' header instead of hmp-target.h --- xemu-xbe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xemu-xbe.c b/xemu-xbe.c index 87cea9ff64..005983f15e 100644 --- a/xemu-xbe.c +++ b/xemu-xbe.c @@ -24,8 +24,8 @@ #include "hw/hw.h" #include "hw/i386/pc.h" #include "hw/pci/pci.h" -#include "monitor/hmp-target.h" #include "sysemu/hw_accel.h" +#include "cpu.h" static int virt_to_phys(vaddr vaddr, hwaddr *phys_addr) {