Commit 4685aa3e51 for qemu.org

commit 4685aa3e515cc6c3de83c899e16b06b7bbeca46b
Author: Philippe Mathieu-Daudé <philmd@linaro.org>
Date:   Wed Jan 7 09:30:58 2026 +0100

    target/openrisc: Remove unused 'gdbstub/helpers.h' header in helper.c

    "gdbstub/helpers.h" uses target-specific symbols, but we don't
    need it, so remove it.

    Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
    Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
    Message-ID: <20260107200702.54582-5-philmd@linaro.org>

diff --git a/target/openrisc/interrupt.c b/target/openrisc/interrupt.c
index 5528b80e7b..6e89157639 100644
--- a/target/openrisc/interrupt.c
+++ b/target/openrisc/interrupt.c
@@ -20,7 +20,6 @@
 #include "qemu/osdep.h"
 #include "qemu/log.h"
 #include "cpu.h"
-#include "gdbstub/helpers.h"
 #include "qemu/host-utils.h"
 #ifndef CONFIG_USER_ONLY
 #include "hw/core/loader.h"
diff --git a/target/openrisc/mmu.c b/target/openrisc/mmu.c
index b2b2b3c4a9..315debaf3e 100644
--- a/target/openrisc/mmu.c
+++ b/target/openrisc/mmu.c
@@ -24,7 +24,6 @@
 #include "exec/cputlb.h"
 #include "exec/page-protection.h"
 #include "exec/target_page.h"
-#include "gdbstub/helpers.h"
 #include "qemu/host-utils.h"
 #include "hw/core/loader.h"