mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 18:58:31 +00:00
hw: explicitly include qemu-common.h and cpu.h
This commit is contained in:
parent
6730bd3131
commit
c024ca9f49
3 changed files with 6 additions and 0 deletions
|
@ -13,6 +13,8 @@
|
|||
|
||||
#include "qemu/osdep.h"
|
||||
#include "qapi/error.h"
|
||||
#include "qemu-common.h"
|
||||
#include "cpu.h"
|
||||
#include "hw/hw.h"
|
||||
#include "hw/mips/mips.h"
|
||||
#include "hw/mips/cpudevs.h"
|
||||
|
|
|
@ -27,6 +27,8 @@
|
|||
|
||||
#include "qemu/osdep.h"
|
||||
#include "qapi/error.h"
|
||||
#include "qemu-common.h"
|
||||
#include "cpu.h"
|
||||
#include "hw/hw.h"
|
||||
#include "hw/sparc/sparc.h"
|
||||
#include "qemu/timer.h"
|
||||
|
|
|
@ -23,6 +23,8 @@
|
|||
*/
|
||||
#include "qemu/osdep.h"
|
||||
#include "qapi/error.h"
|
||||
#include "qemu-common.h"
|
||||
#include "cpu.h"
|
||||
#include "hw/hw.h"
|
||||
#include "hw/sparc/sparc.h"
|
||||
#include "qemu/timer.h"
|
||||
|
|
Loading…
Reference in a new issue