]> git.proxmox.com Git - mirror_qemu.git/commitdiff
target/mips: Remove unused headers from cp0_helper.c
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sat, 5 Dec 2020 17:35:12 +0000 (18:35 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 13 Dec 2020 18:58:54 +0000 (19:58 +0100)
Remove unused headers and add missing "qemu/log.h" since
qemu_log() is called.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20201206233949.3783184-5-f4bug@amsat.org>

target/mips/cp0_helper.c

index caaaefcc8ad68a38984664c0d3a850cd9a6acf93..cb899fe3d7382bb73edecb04a013794cac13e633 100644 (file)
  */
 
 #include "qemu/osdep.h"
+#include "qemu/log.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"
 
 
 /* SMP helpers.  */