aboutsummaryrefslogtreecommitdiff
path: root/softmmu/globals.c
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>2021-05-16 18:01:10 +0200
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>2022-03-06 13:15:42 +0100
commit89ad3e6ad9ad0e40e2c587e6e71ae5a51d420069 (patch)
treefd633447768c1cf0fcf944bf0533a70b3cf7bb45 /softmmu/globals.c
parent3919635582856abc7e3702c6af05f04f38b086e9 (diff)
downloadqemu-89ad3e6ad9ad0e40e2c587e6e71ae5a51d420069.zip
qemu-89ad3e6ad9ad0e40e2c587e6e71ae5a51d420069.tar.gz
qemu-89ad3e6ad9ad0e40e2c587e6e71ae5a51d420069.tar.bz2
softmmu/globals: Remove unused 'hw/i386/*' headers
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20220207075426.81934-13-f4bug@amsat.org>
Diffstat (limited to 'softmmu/globals.c')
-rw-r--r--softmmu/globals.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/softmmu/globals.c b/softmmu/globals.c
index 7d0fc81..3ebd718 100644
--- a/softmmu/globals.c
+++ b/softmmu/globals.c
@@ -25,8 +25,6 @@
#include "qemu/osdep.h"
#include "exec/cpu-common.h"
#include "hw/display/vga.h"
-#include "hw/i386/pc.h"
-#include "hw/i386/x86.h"
#include "hw/loader.h"
#include "hw/xen/xen.h"
#include "net/net.h"