hw/misc/mips_itu: Remove unnecessary 'exec/exec-all.h' header
commitb5570da73445aab7f67f03650d787f611f9b9ce9
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 12 Dec 2023 11:36:38 +0000 (12 12:36 +0100)
committerThomas Huth <thuth@redhat.com>
Wed, 20 Dec 2023 09:29:23 +0000 (20 10:29 +0100)
treee46edaac8a77daab6198d4395f11c6f1efec1359
parent43562e1882014c4ad1ec2c319e2c054d84c6295a
hw/misc/mips_itu: Remove unnecessary 'exec/exec-all.h' header

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