From b970ea8f8d7d05c4abd3e46afc207a585f941be1 Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Sat, 27 Mar 2010 07:26:16 +0000 Subject: Compile some MIPS devices only once Move CPU specific declarations to a separate file. Signed-off-by: Blue Swirl --- hw/mips_int.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/mips_int.c') diff --git a/hw/mips_int.c b/hw/mips_int.c index 87204ee19c..c30954caaf 100644 --- a/hw/mips_int.c +++ b/hw/mips_int.c @@ -21,7 +21,7 @@ */ #include "hw.h" -#include "mips.h" +#include "mips_cpudevs.h" #include "cpu.h" /* Raise IRQ to CPU if necessary. It must be called every time the active -- cgit v1.2.3