]> git.ipfire.org Git - thirdparty/qemu.git/commit
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)
commit733d05bdc75c10209f72a7f07a602e85d337fd29
treef9977f0d4438d5db51d4d5760a7c84412174d316
parent634f1455fc34d417df209bc744c4134db26708bb
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>
cpu-target.c
system/physmem.c