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 /system/physmem.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 'system/physmem.c')
| -rw-r--r-- | system/physmem.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/physmem.c b/system/physmem.c index c0e95e6f7c..1459dd15eb 100644 --- a/system/physmem.c +++ b/system/physmem.c @@ -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" |