mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 04:13:53 -06: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:
parent
e6623d88f4
commit
03dd024ff5
90 changed files with 92 additions and 2 deletions
|
@ -21,6 +21,7 @@
|
|||
#include "qemu/osdep.h"
|
||||
#include "hw/i2c/imx_i2c.h"
|
||||
#include "hw/i2c/i2c.h"
|
||||
#include "qemu/log.h"
|
||||
|
||||
#ifndef DEBUG_IMX_I2C
|
||||
#define DEBUG_IMX_I2C 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue