summaryrefslogtreecommitdiffstats
path: root/target/mips
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2020-12-05 18:36:03 +0100
committerPhilippe Mathieu-Daudé2020-12-13 20:26:02 +0100
commit5f3013654e879bb4b22876617fdb235aa22568d3 (patch)
tree4aea0af1860a7394dd2e909f232b78b0a3b51d84 /target/mips
parenttarget/mips: Remove unused headers from translate.c (diff)
downloadqemu-5f3013654e879bb4b22876617fdb235aa22568d3.tar.gz
qemu-5f3013654e879bb4b22876617fdb235aa22568d3.tar.xz
qemu-5f3013654e879bb4b22876617fdb235aa22568d3.zip
target/mips: Remove unused headers from op_helper.c
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20201206233949.3783184-6-f4bug@amsat.org>
Diffstat (limited to 'target/mips')
-rw-r--r--target/mips/op_helper.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/target/mips/op_helper.c b/target/mips/op_helper.c
index 5184a1838b..5aa97902e9 100644
--- a/target/mips/op_helper.c
+++ b/target/mips/op_helper.c
@@ -19,15 +19,11 @@
*/
#include "qemu/osdep.h"
-#include "qemu/main-loop.h"
#include "cpu.h"
#include "internal.h"
-#include "qemu/host-utils.h"
#include "exec/helper-proto.h"
#include "exec/exec-all.h"
-#include "exec/cpu_ldst.h"
#include "exec/memop.h"
-#include "sysemu/kvm.h"
/*****************************************************************************/