On 07/01/2026 14.07, Philippe Mathieu-Daudé wrote:
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
---
target/s390x/helper.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/target/s390x/helper.c b/target/s390x/helper.c
index 8d1e03f6768..a6c89ed0af3 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"
Tested-by: Thomas Huth <[email protected]>