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é <[email protected]> Reviewed-by: Richard Henderson <[email protected]> Message-Id: <[email protected]> --- include/exec/cpu-common.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/exec/cpu-common.h b/include/exec/cpu-common.h index 8cddd32ca8b..7dc8cab3263 100644 --- a/include/exec/cpu-common.h +++ b/include/exec/cpu-common.h @@ -9,7 +9,6 @@ #define CPU_COMMON_H #include "qemu/thread.h" -#include "exec/vaddr.h" #include "hw/core/cpu.h" #include "tcg/debug-assert.h" #include "exec/page-protection.h" -- 2.53.0
