hw/arm: Don't include qemu-common.h unnecessarily
commit3508c0fac2b7055a341d30e67968506c7ed4f797
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 29 Nov 2021 20:05:10 +0000 (29 20:05 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 15 Dec 2021 10:35:26 +0000 (15 10:35 +0000)
treec65e559450d908ba96e94c6dd40c503aa746e7ad
parentd073949f9c2327eddfd9361aa1d94cd129ed4948
hw/arm: Don't include qemu-common.h unnecessarily

A lot of C files in hw/arm include qemu-common.h when they don't
need anything from it. Drop the include lines.

omap1.c, pxa2xx.c and strongarm.c retain the include because they
use it for the prototype of qemu_get_timedate().

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Taylor Simpson <tsimpson@quicinc.com>
Reviewed-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Message-id: 20211129200510.1233037-5-peter.maydell@linaro.org
hw/arm/boot.c
hw/arm/digic_boards.c
hw/arm/highbank.c
hw/arm/npcm7xx_boards.c
hw/arm/sbsa-ref.c
hw/arm/stm32f405_soc.c
hw/arm/vexpress.c
hw/arm/virt.c