mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 09:38:23 +00:00
hw: explicitly include qemu/log.h
Move the inclusion out of hw/hw.h, most files do not need it. Backports commit 03dd024ff57733a55cd2e455f361d053c81b1b29 from qemu
This commit is contained in:
parent
adf97a4d59
commit
f9b9d0ba0f
2 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,6 @@
|
|||
#include "qemu-common.h"
|
||||
#include "exec/cpu-common.h"
|
||||
#include "exec/ioport.h"
|
||||
#include "qemu/log.h"
|
||||
|
||||
#ifdef NEED_CPU_H
|
||||
#if TARGET_LONG_BITS == 64
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
#include "hw/boards.h" // MachineClass
|
||||
#include "sysemu/sysemu.h"
|
||||
#include "sysemu/cpus.h"
|
||||
#include "qemu/log.h"
|
||||
#include "vl.h"
|
||||
#include "uc_priv.h"
|
||||
#include "exec/semihost.h"
|
||||
|
|
Loading…
Reference in a new issue