xemu-xbe.c: Use 'cpu.h' header instead of hmp-target.h

This commit is contained in:
Matt Borgerson 2021-04-18 22:23:23 -07:00
parent 8ccee0f15e
commit 10209386b0

View file

@ -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)
{