aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2023-12-12 12:36:37 +0100
committerThomas Huth <thuth@redhat.com>2023-12-20 10:29:23 +0100
commit43562e1882014c4ad1ec2c319e2c054d84c6295a (patch)
treea0df5951f48be1203c0c5b3f108a4afe0873abbb
parent60144cf50943600c9b433924d3a98124aa4b49aa (diff)
downloadqemu-43562e1882014c4ad1ec2c319e2c054d84c6295a.zip
qemu-43562e1882014c4ad1ec2c319e2c054d84c6295a.tar.gz
qemu-43562e1882014c4ad1ec2c319e2c054d84c6295a.tar.bz2
hw/ppc/spapr_hcall: Remove unused 'exec/exec-all.h' included header
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <20231212113640.30287-2-philmd@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
-rw-r--r--hw/ppc/spapr_hcall.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/ppc/spapr_hcall.c b/hw/ppc/spapr_hcall.c
index 522a239..fcefd1d 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"