]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/mips: Remove unused headers in lcsr_helper.c
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 28 Aug 2023 14:43:06 +0000 (16:43 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 31 Aug 2023 17:47:43 +0000 (19:47 +0200)
commit060bfdb75e3932fdd2bd3748a7f784d0d3f283b5
treef0f07e00b1d4827be0e8175577996ad4ebac3fa7
parent73c1970676b27bc8d2229adeb34b8e903c4b873c
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é <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230828221314.18435-9-philmd@linaro.org>
target/mips/tcg/sysemu/lcsr_helper.c