diff options
Diffstat (limited to 'accel/tcg/tb-hash.h')
-rw-r--r-- | accel/tcg/tb-hash.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/accel/tcg/tb-hash.h b/accel/tcg/tb-hash.h index a5382f4..f7b159f 100644 --- a/accel/tcg/tb-hash.h +++ b/accel/tcg/tb-hash.h @@ -20,8 +20,8 @@ #ifndef EXEC_TB_HASH_H #define EXEC_TB_HASH_H -#include "exec/cpu-defs.h" -#include "exec/exec-all.h" +#include "exec/vaddr.h" +#include "exec/target_page.h" #include "exec/translation-block.h" #include "qemu/xxhash.h" #include "tb-jmp-cache.h" |