diff options
Diffstat (limited to 'accel/tcg/watchpoint.c')
| -rw-r--r-- | accel/tcg/watchpoint.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/accel/tcg/watchpoint.c b/accel/tcg/watchpoint.c index af57d182d5..ba8c9859cf 100644 --- a/accel/tcg/watchpoint.c +++ b/accel/tcg/watchpoint.c @@ -19,14 +19,13 @@ #include "qemu/osdep.h" #include "qemu/main-loop.h" -#include "qemu/error-report.h" -#include "exec/exec-all.h" +#include "exec/breakpoint.h" +#include "exec/cpu-interrupt.h" #include "exec/page-protection.h" #include "exec/translation-block.h" -#include "tb-internal.h" #include "system/tcg.h" #include "system/replay.h" -#include "hw/core/tcg-cpu-ops.h" +#include "accel/tcg/cpu-ops.h" #include "hw/core/cpu.h" #include "internal-common.h" |