diff options
| author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-12-12 16:56:02 +0100 |
|---|---|---|
| committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-12-20 17:44:57 +0100 |
| commit | 733d05bdc75c10209f72a7f07a602e85d337fd29 (patch) | |
| tree | f9977f0d4438d5db51d4d5760a7c84412174d316 /cpu-target.c | |
| parent | 634f1455fc34d417df209bc744c4134db26708bb (diff) | |
| download | focaccia-qemu-733d05bdc75c10209f72a7f07a602e85d337fd29.tar.gz focaccia-qemu-733d05bdc75c10209f72a7f07a602e85d337fd29.zip | |
system: Remove unnecessary 'exec/translate-all.h' include
At this point "exec/translate-all.h" only declare tb_check_watchpoint(), which isn't used by any of cpu-target.c or system/physmem.c, so remove its inclusion. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20241212185341.2857-8-philmd@linaro.org>
Diffstat (limited to 'cpu-target.c')
| -rw-r--r-- | cpu-target.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu-target.c b/cpu-target.c index 5480cfb721..e9fc4a5be0 100644 --- a/cpu-target.c +++ b/cpu-target.c @@ -41,7 +41,6 @@ #include "exec/cpu-common.h" #include "exec/exec-all.h" #include "exec/tb-flush.h" -#include "exec/translate-all.h" #include "exec/log.h" #include "hw/core/accel-cpu.h" #include "trace/trace-root.h" |