diff options
Diffstat (limited to 'accel/tcg/tb-hash.h')
-rw-r--r-- | accel/tcg/tb-hash.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/accel/tcg/tb-hash.h b/accel/tcg/tb-hash.h index a0c61f2..f7b159f 100644 --- a/accel/tcg/tb-hash.h +++ b/accel/tcg/tb-hash.h @@ -20,8 +20,9 @@ #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" |