From: Philippe Mathieu-Daudé <[email protected]> "gdbstub/helpers.h" uses target-specific symbols, but we don't need it, so remove it.
Signed-off-by: Philippe Mathieu-Daudé <[email protected]> Reviewed-by: Richard Henderson <[email protected]> Tested-by: Thomas Huth <[email protected]> Message-ID: <[email protected]> Signed-off-by: Thomas Huth <[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" -- 2.52.0
