mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-01-06 22:47:41 -07: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
1
vl.c
1
vl.c
|
|
@ -80,6 +80,7 @@ int main(int argc, char **argv)
|
|||
#include "qemu/timer.h"
|
||||
#include "sysemu/char.h"
|
||||
#include "qemu/bitmap.h"
|
||||
#include "qemu/log.h"
|
||||
#include "sysemu/blockdev.h"
|
||||
#include "hw/block/block.h"
|
||||
#include "migration/block.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue