From: Philippe Mathieu-Daudé Date: Wed, 7 Jan 2026 08:30:58 +0000 (+0100) Subject: target/openrisc: Remove unused 'gdbstub/helpers.h' header in helper.c X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4685aa3e515cc6c3de83c899e16b06b7bbeca46b;p=thirdparty%2Fqemu.git 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é Reviewed-by: Richard Henderson 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"