diff --git a/hw/or1k/boot.c b/hw/or1k/boot.c index c18f4a6a9f..714634b5f3 100644 --- a/hw/or1k/boot.c +++ b/hw/or1k/boot.c @@ -7,7 +7,7 @@ */ #include "qemu/osdep.h" -#include "cpu.h" +#include "target/or1k/cpu.h" #include "exec/cpu-defs.h" #include "exec/target_page.h" #include "elf.h" diff --git a/hw/or1k/cputimer.c b/hw/or1k/cputimer.c index 51da226fcd..b35411aa1e 100644 --- a/hw/or1k/cputimer.c +++ b/hw/or1k/cputimer.c @@ -19,7 +19,7 @@ */ #include "qemu/osdep.h" -#include "cpu.h" +#include "target/or1k/cpu.h" #include "migration/vmstate.h" #include "qemu/timer.h" #include "system/reset.h" diff --git a/hw/or1k/or1k-sim.c b/hw/or1k/or1k-sim.c index f1b1f63274..b55105cd14 100644 --- a/hw/or1k/or1k-sim.c +++ b/hw/or1k/or1k-sim.c @@ -21,7 +21,7 @@ #include "qemu/osdep.h" #include "qemu/error-report.h" #include "qapi/error.h" -#include "cpu.h" +#include "target/or1k/cpu.h" #include "hw/core/irq.h" #include "hw/core/boards.h" #include "hw/char/serial-mm.h" diff --git a/hw/or1k/virt.c b/hw/or1k/virt.c index 39f54058ab..2ff5c084a2 100644 --- a/hw/or1k/virt.c +++ b/hw/or1k/virt.c @@ -10,7 +10,7 @@ #include "qemu/error-report.h" #include "qemu/guest-random.h" #include "qapi/error.h" -#include "cpu.h" +#include "target/or1k/cpu.h" #include "system/address-spaces.h" #include "hw/core/irq.h" #include "hw/core/boards.h"