diff options
Diffstat (limited to 'target/openrisc/exception.c')
-rw-r--r-- | target/openrisc/exception.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/openrisc/exception.c b/target/openrisc/exception.c index 8699c3d..e213be3 100644 --- a/target/openrisc/exception.c +++ b/target/openrisc/exception.c @@ -19,7 +19,6 @@ #include "qemu/osdep.h" #include "cpu.h" -#include "exec/exec-all.h" #include "exception.h" G_NORETURN void raise_exception(OpenRISCCPU *cpu, uint32_t excp) |