mirror of
https://github.com/mii443/qemu.git
synced 2025-08-23 15:48:20 +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:
@ -24,6 +24,7 @@
|
||||
|
||||
#include "qemu/osdep.h"
|
||||
#include "hw/timer/stm32f2xx_timer.h"
|
||||
#include "qemu/log.h"
|
||||
|
||||
#ifndef STM_TIMER_ERR_DEBUG
|
||||
#define STM_TIMER_ERR_DEBUG 0
|
||||
|
Reference in New Issue
Block a user