@samitouri / QOSamiQemu / commits / e0d10ec06d

hw/sh4: Include full path to target 'cpu.h' header

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Message-Id: <20260313062055.2188-33-philmd@linaro.org>

Philippe Mathieu-Daudé committed Mar 13, 2026 at 06:10 UTC e0d10ec06d35b62133f7c3518181a7d084dc87ed
2 files changed +2 -2
hw/intc/sh_intc.c
+1 -1
@@ -10,7 +10,7 @@
10
11 #include "qemu/osdep.h"
12 #include "qemu/log.h"
13 -#include "cpu.h"
13 +#include "target/sh4/cpu.h"
14 #include "hw/sh4/sh_intc.h"
15 #include "hw/core/irq.h"
16 #include "hw/sh4/sh.h"
hw/sh4/r2d.c
+1 -1
@@ -27,7 +27,7 @@
27 #include "qemu/units.h"
28 #include "qapi/error.h"
29 #include "qemu/error-report.h"
30 -#include "cpu.h"
30 +#include "target/sh4/cpu.h"
31 #include "hw/core/sysbus.h"
32 #include "hw/sh4/sh.h"
33 #include "system/reset.h"