@samitouri / QOSamiQemu / commits / f81c9c1320

exec/cpu-common.h: Avoid including unused 'exec/vaddr.h' header

We neglected to remove the "exec/vaddr.h" header when moving cpu_memory_rw_debug() around in commit e9048f099b3 ("exec/cpu: Declare cpu_memory_rw_debug() in 'hw/core/cpu.h' and document"). Signed-off-by: Philippe Mathieu-Daudé <philmd@oss.qualcomm.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20260617160426.64461-4-philmd@oss.qualcomm.com>

Philippe Mathieu-Daudé committed Jun 17, 2026 at 08:16 UTC f81c9c132023dc439e9e521a1c48a2c9cc1b10b1
1 file changed -1
include/exec/cpu-common.h
-1
@@ -9,7 +9,6 @@
9 #define CPU_COMMON_H
10
11 #include "qemu/thread.h"
12 -#include "exec/vaddr.h"
12 #include "hw/core/cpu.h"
13 #include "tcg/debug-assert.h"
14 #include "exec/page-protection.h"