mirror of
https://github.com/mii443/qemu.git
synced 2025-09-02 15:19:24 +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:
@ -14,6 +14,7 @@
|
||||
#include "hw/qdev.h"
|
||||
#include "hw/ptimer.h"
|
||||
#include "qemu/main-loop.h"
|
||||
#include "qemu/log.h"
|
||||
|
||||
/* Common timer implementation. */
|
||||
|
||||
|
Reference in New Issue
Block a user