aboutsummaryrefslogtreecommitdiff
path: root/softmmu/arch_init.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2021-07-30 11:59:42 +0100
committerPeter Maydell <peter.maydell@linaro.org>2021-08-26 17:02:00 +0100
commited5d8c9d1c38d4022294741eb759d42bd7690948 (patch)
tree5d5713105f4e9ab2112bb183197e7c5fb8790391 /softmmu/arch_init.c
parent4f9205be45ab84398e6ef3bb10af01b3f4a9cef7 (diff)
downloadqemu-ed5d8c9d1c38d4022294741eb759d42bd7690948.zip
qemu-ed5d8c9d1c38d4022294741eb759d42bd7690948.tar.gz
qemu-ed5d8c9d1c38d4022294741eb759d42bd7690948.tar.bz2
softmmu/arch_init.c: Trim down include list
arch_init.c does very little but has a long list of #include lines. Remove all the unnecessary ones. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20210730105947.28215-4-peter.maydell@linaro.org
Diffstat (limited to 'softmmu/arch_init.c')
-rw-r--r--softmmu/arch_init.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/softmmu/arch_init.c b/softmmu/arch_init.c
index 9011af7..91cbf88 100644
--- a/softmmu/arch_init.c
+++ b/softmmu/arch_init.c
@@ -23,13 +23,6 @@
*/
#include "qemu/osdep.h"
#include "sysemu/arch_init.h"
-#include "hw/pci/pci.h"
-#include "hw/audio/soundhw.h"
-#include "qapi/error.h"
-#include "qemu/config-file.h"
-#include "qemu/error-report.h"
-#include "hw/acpi/acpi.h"
-#include "qemu/help_option.h"
#ifdef TARGET_SPARC
int graphic_width = 1024;