From: Peter Maydell Date: Fri, 30 Jul 2021 10:59:42 +0000 (+0100) Subject: softmmu/arch_init.c: Trim down include list X-Git-Tag: v6.2.0-rc0~131^2~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ed5d8c9d1c38d4022294741eb759d42bd7690948;p=thirdparty%2Fqemu.git 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 Reviewed-by: Richard Henderson Message-id: 20210730105947.28215-4-peter.maydell@linaro.org --- diff --git a/softmmu/arch_init.c b/softmmu/arch_init.c index 9011af74e4a..91cbf883e28 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;