mirror of
https://github.com/mii443/qemu.git
synced 2025-09-01 14:49:23 +00:00
hw: explicitly include qemu/log.h
Move the inclusion out of hw/hw.h, most files do not need it. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
@ -19,6 +19,7 @@
|
||||
#include "hw/sysbus.h"
|
||||
#include "exec/address-spaces.h"
|
||||
#include "hw/misc/arm_integrator_debug.h"
|
||||
#include "qemu/log.h"
|
||||
|
||||
#define INTEGRATOR_DEBUG(obj) \
|
||||
OBJECT_CHECK(IntegratorDebugState, (obj), TYPE_INTEGRATOR_DEBUG)
|
||||
|
Reference in New Issue
Block a user