mirror of https://github.com/xemu-project/xemu.git
xbox: Fixup headers
This commit is contained in:
parent
ee18e7bf35
commit
fe0aa0c191
|
@ -20,6 +20,7 @@
|
|||
|
||||
#include "qemu/osdep.h"
|
||||
#include "qemu/option.h"
|
||||
#include "qemu/datadir.h"
|
||||
#include "hw/hw.h"
|
||||
#include "hw/loader.h"
|
||||
#include "hw/i386/pc.h"
|
||||
|
@ -31,7 +32,7 @@
|
|||
#include "hw/ide/pci.h"
|
||||
#include "sysemu/sysemu.h"
|
||||
#include "sysemu/kvm.h"
|
||||
#include "kvm_i386.h"
|
||||
#include "kvm/kvm_i386.h"
|
||||
#include "hw/kvm/clock.h"
|
||||
#include "hw/dma/i8257.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue