Commit f81c9c1320 for qemu.org

commit f81c9c132023dc439e9e521a1c48a2c9cc1b10b1
Author: Philippe Mathieu-Daudé <philmd@oss.qualcomm.com>
Date:   Wed Jun 17 08:16:02 2026 +0200

    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>

diff --git a/include/exec/cpu-common.h b/include/exec/cpu-common.h
index 8cddd32ca8..7dc8cab326 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"