system: Remove unnecessary 'exec/translate-all.h' include
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 12 Dec 2024 15:56:02 +0000 (16:56 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 20 Dec 2024 16:44:57 +0000 (17:44 +0100)
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>

cpu-target.c
system/physmem.c

index 5480cfb72183bff27c3e5be39605719217e15592..e9fc4a5be0ebeec2114c1910585d47a6b67a0cc0 100644 (file)
@@ -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"
index c0e95e6f7cd5c8e75202c72d1905064ec9056f8b..1459dd15eb5b647979bf0f54464cc926e108db86 100644 (file)
@@ -61,7 +61,6 @@
 
 #include "qemu/rcu_queue.h"
 #include "qemu/main-loop.h"
-#include "exec/translate-all.h"
 #include "system/replay.h"
 
 #include "exec/memory-internal.h"