]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
target/s390x: Remove unused 'gdbstub/helpers.h' header in helper.c
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 7 Jan 2026 13:07:53 +0000 (14:07 +0100)
committerThomas Huth <thuth@redhat.com>
Mon, 12 Jan 2026 12:56:28 +0000 (13:56 +0100)
"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>
Tested-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20260107130807.69870-6-philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
target/s390x/helper.c

index 8d1e03f67688415f8faf3d067cca4adc0e154a03..a6c89ed0af36c9f99352708781dfa5b6aba44449 100644 (file)
@@ -21,7 +21,6 @@
 #include "qemu/osdep.h"
 #include "cpu.h"
 #include "s390x-internal.h"
-#include "gdbstub/helpers.h"
 #include "qemu/timer.h"
 #include "hw/s390x/ioinst.h"
 #include "system/hw_accel.h"