From: Philippe Mathieu-Daudé Date: Tue, 12 Dec 2023 11:36:37 +0000 (+0100) Subject: hw/ppc/spapr_hcall: Remove unused 'exec/exec-all.h' included header X-Git-Tag: v9.0.0-rc0~134^2~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=43562e1882014c4ad1ec2c319e2c054d84c6295a;p=thirdparty%2Fqemu.git hw/ppc/spapr_hcall: Remove unused 'exec/exec-all.h' included header Signed-off-by: Philippe Mathieu-Daudé Message-ID: <20231212113640.30287-2-philmd@linaro.org> Reviewed-by: Thomas Huth Reviewed-by: Richard Henderson Signed-off-by: Thomas Huth --- diff --git a/hw/ppc/spapr_hcall.c b/hw/ppc/spapr_hcall.c index 522a2396c7f..fcefd1d1c70 100644 --- a/hw/ppc/spapr_hcall.c +++ b/hw/ppc/spapr_hcall.c @@ -8,7 +8,6 @@ #include "qemu/main-loop.h" #include "qemu/module.h" #include "qemu/error-report.h" -#include "exec/exec-all.h" #include "exec/tb-flush.h" #include "helper_regs.h" #include "hw/ppc/ppc.h"