From: Philippe Mathieu-Daudé Date: Mon, 28 Aug 2023 14:43:06 +0000 (+0200) Subject: target/mips: Remove unused headers in lcsr_helper.c X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=060bfdb75e3932fdd2bd3748a7f784d0d3f283b5;p=qemu.git target/mips: Remove unused headers in lcsr_helper.c This files only access the address_space_ld/st API, declared in "exec/cpu-all.h", already included by "cpu.h". Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Richard Henderson Message-Id: <20230828221314.18435-9-philmd@linaro.org> --- diff --git a/target/mips/tcg/sysemu/lcsr_helper.c b/target/mips/tcg/sysemu/lcsr_helper.c index fb57bcbb78..25e03572fe 100644 --- a/target/mips/tcg/sysemu/lcsr_helper.c +++ b/target/mips/tcg/sysemu/lcsr_helper.c @@ -8,10 +8,7 @@ #include "qemu/osdep.h" #include "cpu.h" -#include "internal.h" -#include "qemu/host-utils.h" #include "exec/helper-proto.h" -#include "exec/exec-all.h" #define GET_MEMTXATTRS(cas) \ ((MemTxAttrs){.requester_id = env_cpu(cas)->cpu_index})