[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 08/11] target/mips: Remove unused headers in lcsr_helper.c
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH v2 08/11] target/mips: Remove unused headers in lcsr_helper.c |
Date: |
Tue, 29 Aug 2023 00:13:11 +0200 |
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>
---
target/mips/tcg/sysemu/lcsr_helper.c | 3 ---
1 file changed, 3 deletions(-)
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})
--
2.41.0
- [PATCH v2 01/11] target/ppc/pmu: Include missing 'qemu/timer.h' header, (continued)
- [PATCH v2 01/11] target/ppc/pmu: Include missing 'qemu/timer.h' header, Philippe Mathieu-Daudé, 2023/08/28
- [PATCH v2 02/11] target/riscv/pmu: Restrict 'qemu/log.h' include to source, Philippe Mathieu-Daudé, 2023/08/28
- [PATCH v2 03/11] target/translate: Include missing 'exec/cpu_ldst.h' header, Philippe Mathieu-Daudé, 2023/08/28
- [PATCH v2 04/11] target/translate: Remove unnecessary 'exec/cpu_ldst.h' header, Philippe Mathieu-Daudé, 2023/08/28
- [PATCH v2 05/11] target/translate: Restrict 'exec/cpu_ldst.h' to user emulation, Philippe Mathieu-Daudé, 2023/08/28
- [PATCH v2 06/11] target/helpers: Remove unnecessary 'exec/cpu_ldst.h' header, Philippe Mathieu-Daudé, 2023/08/28
- [PATCH v2 07/11] target/helper: Remove unnecessary 'qemu/main-loop.h' header, Philippe Mathieu-Daudé, 2023/08/28
- [PATCH v2 08/11] target/mips: Remove unused headers in lcsr_helper.c,
Philippe Mathieu-Daudé <=
- [PATCH v2 09/11] target/xtensa: Include missing 'qemu/atomic.h' header, Philippe Mathieu-Daudé, 2023/08/28
- [PATCH v2 10/11] qemu/processor: Remove unused 'qemu/atomic.h' header, Philippe Mathieu-Daudé, 2023/08/28
- [PATCH v2 11/11] exec/translation-block: Clean up includes, Philippe Mathieu-Daudé, 2023/08/28