diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2020-12-07 00:36:03 +0100 |
---|---|---|
committer | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2020-12-13 19:58:54 +0100 |
commit | 1379307db20ab2e865d3ec148669c95cfe49b666 (patch) | |
tree | 537f0604cb461dde4b55609ee7a5637bbd5ff32c /target/mips | |
parent | 2fd9c5ad4449c862932b21e8f6b4573cc50b9ae8 (diff) |
target/mips: Remove unused headers from translate.c
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20201206233949.3783184-3-f4bug@amsat.org>
Diffstat (limited to 'target/mips')
-rw-r--r-- | target/mips/translate.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/mips/translate.c b/target/mips/translate.c index 4a1ae73f9d..e87f472a8d 100644 --- a/target/mips/translate.c +++ b/target/mips/translate.c @@ -24,8 +24,6 @@ #include "qemu/osdep.h" #include "cpu.h" #include "internal.h" -#include "disas/disas.h" -#include "exec/exec-all.h" #include "tcg/tcg-op.h" #include "exec/cpu_ldst.h" #include "exec/helper-proto.h" |