diff options
Diffstat (limited to 'accel/tcg/watchpoint.c')
| -rw-r--r-- | accel/tcg/watchpoint.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/accel/tcg/watchpoint.c b/accel/tcg/watchpoint.c index d3aab11458..ca641eb95c 100644 --- a/accel/tcg/watchpoint.c +++ b/accel/tcg/watchpoint.c @@ -22,8 +22,8 @@ #include "qemu/error-report.h" #include "exec/exec-all.h" #include "exec/translate-all.h" -#include "sysemu/tcg.h" -#include "sysemu/replay.h" +#include "system/tcg.h" +#include "system/replay.h" #include "hw/core/tcg-cpu-ops.h" #include "hw/core/cpu.h" |