diff options
Diffstat (limited to 'hw/mips_int.c')
-rw-r--r-- | hw/mips_int.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/mips_int.c b/hw/mips_int.c index 6423fd0bd9..ddd3b1bb01 100644 --- a/hw/mips_int.c +++ b/hw/mips_int.c @@ -20,8 +20,8 @@ * THE SOFTWARE. */ -#include "hw.h" -#include "mips_cpudevs.h" +#include "hw/hw.h" +#include "hw/mips_cpudevs.h" #include "cpu.h" static void cpu_mips_irq_request(void *opaque, int irq, int level) |