]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
hw/misc/mips_itu: Remove unnecessary 'exec/exec-all.h' header
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 12 Dec 2023 11:36:38 +0000 (12:36 +0100)
committerThomas Huth <thuth@redhat.com>
Wed, 20 Dec 2023 09:29:23 +0000 (10:29 +0100)
mips_itu.c only requires declarations from "hw/core/cpu.h"
and "cpu.h". Avoid including the huge "exec/exec-all.h" header.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20231212113640.30287-3-philmd@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
hw/misc/mips_itu.c

index 5a83ccc4e8bd3233c1f26566fe095307788509bf..37aea0e7376840944969b8b9e3316ac8d98eb303 100644 (file)
 #include "qemu/log.h"
 #include "qemu/module.h"
 #include "qapi/error.h"
-#include "exec/exec-all.h"
+#include "hw/core/cpu.h"
 #include "hw/misc/mips_itu.h"
 #include "hw/qdev-properties.h"
+#include "target/mips/cpu.h"
 
 #define ITC_TAG_ADDRSPACE_SZ (ITC_ADDRESSMAP_NUM * 8)
 /* Initialize as 4kB area to fit all 32 cells with default 128B grain.