target/mips: Remove unused headers from op_helper.c
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sat, 5 Dec 2020 17:36:03 +0000 (18:36 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 13 Dec 2020 19:26:02 +0000 (20:26 +0100)
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>

target/mips/op_helper.c

index 5184a1838beb1d99dd3eaeba109e97d5c526b89b..5aa97902e98137cd56163571d4e2be5e75ba92fe 100644 (file)
  */
 
 #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"
 
 
 /*****************************************************************************/