diff options
| author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-08-28 16:07:50 +0200 |
|---|---|---|
| committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-08-31 19:47:43 +0200 |
| commit | 73c1970676b27bc8d2229adeb34b8e903c4b873c (patch) | |
| tree | bc4cb6f8c77ba59471b5e3069d21d98eae3695a0 /target/ppc/mmu_common.c | |
| parent | 907a2af1fd30958c362c5f1edd05017b9591818f (diff) | |
| download | focaccia-qemu-73c1970676b27bc8d2229adeb34b8e903c4b873c.tar.gz focaccia-qemu-73c1970676b27bc8d2229adeb34b8e903c4b873c.zip | |
target/helpers: Remove unnecessary 'qemu/main-loop.h' header
"qemu/main-loop.h" declares functions related to QEMU's main loop mutex, which these files don't access. Remove the unused "qemu/main-loop.h" header. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20230828221314.18435-8-philmd@linaro.org>
Diffstat (limited to 'target/ppc/mmu_common.c')
| -rw-r--r-- | target/ppc/mmu_common.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/ppc/mmu_common.c b/target/ppc/mmu_common.c index 8c000e250d..6ca5d12207 100644 --- a/target/ppc/mmu_common.c +++ b/target/ppc/mmu_common.c @@ -28,7 +28,6 @@ #include "exec/log.h" #include "helper_regs.h" #include "qemu/error-report.h" -#include "qemu/main-loop.h" #include "qemu/qemu-print.h" #include "internal.h" #include "mmu-book3s-v3.h" |