mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-02-25 04:56:46 +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
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue