hw/alpha: 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-21-philmd@linaro.org>
Philippe Mathieu-Daudé committed
Mar 13, 2026 at 06:07 UTC
fcffcce6e4b6a94f0e3a5ce1510ea74dcacb0fd6
2 files changed
+2
-2
hw/alpha/dp264.c
+1
-1
@@ -7,7 +7,7 @@
7
*/
8
9
#include "qemu/osdep.h"
10
-#include "cpu.h"
10
+#include "target/alpha/cpu.h"
11
#include "exec/target_page.h"
12
#include "elf.h"
13
#include "hw/core/loader.h"
hw/alpha/typhoon.c
+1
-1
@@ -12,7 +12,7 @@
12
#include "exec/cpu-interrupt.h"
13
#include "qapi/error.h"
14
#include "hw/pci/pci_host.h"
15
-#include "cpu.h"
15
+#include "target/alpha/cpu.h"
16
#include "hw/core/irq.h"
17
#include "alpha_sys.h"
18