On 3/26/21 1:36 PM, Claudio Fontana wrote:
cpu.c,
cpu32.c,
cpu64.c,
tcg/sysemu/tcg-cpu.c,
all need a good cleanup when it comes to included header files.
Signed-off-by: Claudio Fontana<cfont...@suse.de>
---
target/arm/cpu.c | 8 ++------
target/arm/cpu32.c | 14 --------------
target/arm/cpu64.c | 6 ------
target/arm/tcg/sysemu/tcg-cpu.c | 22 +---------------------
4 files changed, 3 insertions(+), 47 deletions(-)
Acked-by: Richard Henderson <richard.hender...@linaro.org>
Not reviewed as such, but if it still builds it's probable that they're not
needed. We're not especially good at ensuring that exactly the right includes
are present, and not via indirection.
r~