From: Philippe Mathieu-Daudé Date: Sat, 5 Dec 2020 17:36:03 +0000 (+0100) Subject: target/mips: Remove unused headers from op_helper.c X-Git-Tag: v6.0.0-rc0~181^2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5f3013654e879bb4b22876617fdb235aa22568d3;p=thirdparty%2Fqemu.git target/mips: Remove unused headers from op_helper.c Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Richard Henderson Message-Id: <20201206233949.3783184-6-f4bug@amsat.org> --- diff --git a/target/mips/op_helper.c b/target/mips/op_helper.c index 5184a1838be..5aa97902e98 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" /*****************************************************************************/