mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
janitor: do not rely on indirect inclusions of or from qemu-char.h
Various header files rely on qemu-char.h including qemu-config.h or main-loop.h, but they really do not need qemu-char.h at all (particularly interesting is the case of the block layer!). Clean this up, and also add missing inclusions of qemu-char.h itself. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
8e98e2e80b
commit
077805fa92
26 changed files with 27 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
|||
#include "cpu.h"
|
||||
#include "gdbstub.h"
|
||||
#include "host-utils.h"
|
||||
#include "qemu-config.h"
|
||||
#include "hw/pc.h"
|
||||
#include "hw/apic.h"
|
||||
#include "ioport.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue