From: Philippe Mathieu-Daudé Date: Wed, 7 Jan 2026 13:07:53 +0000 (+0100) Subject: target/s390x: Remove unused 'gdbstub/helpers.h' header in helper.c X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11d65ecf6e8382b8a64374c6d394bffe290498c0;p=thirdparty%2Fqemu.git target/s390x: 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 Tested-by: Thomas Huth Message-ID: <20260107130807.69870-6-philmd@linaro.org> Signed-off-by: Thomas Huth --- diff --git a/target/s390x/helper.c b/target/s390x/helper.c index 8d1e03f676..a6c89ed0af 100644 --- a/target/s390x/helper.c +++ b/target/s390x/helper.c @@ -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"