Ver código fonte

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>
Philippe Mathieu-Daudé 8 meses atrás
pai
commit
733d05bdc7
2 arquivos alterados com 0 adições e 2 exclusões
  1. 0 1
      cpu-target.c
  2. 0 1
      system/physmem.c

+ 0 - 1
cpu-target.c

@@ -41,7 +41,6 @@
 #include "exec/cpu-common.h"
 #include "exec/cpu-common.h"
 #include "exec/exec-all.h"
 #include "exec/exec-all.h"
 #include "exec/tb-flush.h"
 #include "exec/tb-flush.h"
-#include "exec/translate-all.h"
 #include "exec/log.h"
 #include "exec/log.h"
 #include "hw/core/accel-cpu.h"
 #include "hw/core/accel-cpu.h"
 #include "trace/trace-root.h"
 #include "trace/trace-root.h"

+ 0 - 1
system/physmem.c

@@ -61,7 +61,6 @@
 
 
 #include "qemu/rcu_queue.h"
 #include "qemu/rcu_queue.h"
 #include "qemu/main-loop.h"
 #include "qemu/main-loop.h"
-#include "exec/translate-all.h"
 #include "system/replay.h"
 #include "system/replay.h"
 
 
 #include "exec/memory-internal.h"
 #include "exec/memory-internal.h"