diff options
Diffstat (limited to 'target-s390x/cpu.h')
-rw-r--r-- | target-s390x/cpu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target-s390x/cpu.h b/target-s390x/cpu.h index 49d3128896..8d73fad360 100644 --- a/target-s390x/cpu.h +++ b/target-s390x/cpu.h @@ -116,7 +116,6 @@ extern CPUState *s390_cpu_addr2state(uint16_t cpu_addr); #define cpu_gen_code cpu_s390x_gen_code #include "cpu-all.h" -#include "exec-all.h" #define EXCP_OPEX 1 /* operation exception (sigill) */ #define EXCP_SVC 2 /* supervisor call (syscall) */ |