From: Philippe Mathieu-Daudé Date: Tue, 12 Dec 2023 11:36:39 +0000 (+0100) Subject: hw/s390x/ipl: Remove unused 'exec/exec-all.h' included header X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e1c85e5f0f047df2bf1bc96fa343eba6187e212a;p=qemu.git hw/s390x/ipl: Remove unused 'exec/exec-all.h' included header Signed-off-by: Philippe Mathieu-Daudé Message-ID: <20231212113640.30287-4-philmd@linaro.org> Reviewed-by: Eric Farman Signed-off-by: Thomas Huth --- diff --git a/hw/s390x/ipl.c b/hw/s390x/ipl.c index 515dcf51b5..62182d81a0 100644 --- a/hw/s390x/ipl.c +++ b/hw/s390x/ipl.c @@ -35,7 +35,6 @@ #include "qemu/cutils.h" #include "qemu/option.h" #include "standard-headers/linux/virtio_ids.h" -#include "exec/exec-all.h" #define KERN_IMAGE_START 0x010000UL #define LINUX_MAGIC_ADDR 0x010008UL