mirror of
https://github.com/mii443/qemu.git
synced 2025-12-07 21:18:22 +00:00
include: avoid useless includes of exec/ headers
Headers in include/exec/ are for the deepest innards of QEMU, they should almost never be included directly. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
@@ -40,7 +40,6 @@
|
||||
#include "hw/audio/audio.h"
|
||||
#include "sysemu/kvm.h"
|
||||
#include "migration/migration.h"
|
||||
#include "exec/gdbstub.h"
|
||||
#include "hw/i386/smbios.h"
|
||||
#include "exec/address-spaces.h"
|
||||
#include "hw/audio/pcspk.h"
|
||||
|
||||
Reference in New Issue
Block a user