mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
accel/tcg: Tidy includes for translator.[ch]
Reduce the header to only bswap.h and cpu_ldst.h. Move exec/translate-all.h to translator.c. Reduce tcg.h and tcg-op.h to tcg-op-common.h. Remove otherwise unused headers. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
1f17f91d43
commit
653c46daf2
2 changed files with 4 additions and 10 deletions
|
@ -18,12 +18,8 @@
|
|||
* member in your target-specific DisasContext.
|
||||
*/
|
||||
|
||||
|
||||
#include "qemu/bswap.h"
|
||||
#include "exec/exec-all.h"
|
||||
#include "exec/cpu_ldst.h"
|
||||
#include "exec/translate-all.h"
|
||||
#include "tcg/tcg.h"
|
||||
#include "exec/cpu_ldst.h" /* for abi_ptr */
|
||||
|
||||
/**
|
||||
* gen_intermediate_code
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue