From: Philippe Mathieu-Daudé Date: Sat, 5 Dec 2020 17:35:12 +0000 (+0100) Subject: target/mips: Remove unused headers from cp0_helper.c X-Git-Tag: v6.0.0-rc0~181^2~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5777c8a905d5aa35d5308a6785c9d9b60cd498cc;p=thirdparty%2Fqemu.git target/mips: Remove unused headers from cp0_helper.c Remove unused headers and add missing "qemu/log.h" since qemu_log() is called. Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Richard Henderson Message-Id: <20201206233949.3783184-5-f4bug@amsat.org> --- diff --git a/target/mips/cp0_helper.c b/target/mips/cp0_helper.c index caaaefcc8ad..cb899fe3d73 100644 --- a/target/mips/cp0_helper.c +++ b/target/mips/cp0_helper.c @@ -21,15 +21,13 @@ */ #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. */