diff options
Diffstat (limited to 'target/openrisc/exception.h')
-rw-r--r-- | target/openrisc/exception.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/openrisc/exception.h b/target/openrisc/exception.h index c9c4e471d2..333bf84638 100644 --- a/target/openrisc/exception.h +++ b/target/openrisc/exception.h @@ -21,7 +21,6 @@ #define TARGET_OPENRISC_EXCEPTION_H #include "cpu.h" -#include "qemu-common.h" void QEMU_NORETURN raise_exception(OpenRISCCPU *cpu, uint32_t excp); |