diff options
| author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-12-12 12:36:37 +0100 |
|---|---|---|
| committer | Thomas Huth <thuth@redhat.com> | 2023-12-20 10:29:23 +0100 |
| commit | 43562e1882014c4ad1ec2c319e2c054d84c6295a (patch) | |
| tree | a0df5951f48be1203c0c5b3f108a4afe0873abbb | |
| parent | 60144cf50943600c9b433924d3a98124aa4b49aa (diff) | |
| download | focaccia-qemu-43562e1882014c4ad1ec2c319e2c054d84c6295a.tar.gz focaccia-qemu-43562e1882014c4ad1ec2c319e2c054d84c6295a.zip | |
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.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/ppc/spapr_hcall.c b/hw/ppc/spapr_hcall.c index 522a2396c7..fcefd1d1c7 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" |