From 73c1970676b27bc8d2229adeb34b8e903c4b873c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Date: Mon, 28 Aug 2023 16:07:50 +0200 Subject: target/helpers: Remove unnecessary 'qemu/main-loop.h' header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "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é Reviewed-by: Richard Henderson Message-Id: <20230828221314.18435-8-philmd@linaro.org> --- target/nios2/op_helper.c | 1 - 1 file changed, 1 deletion(-) (limited to 'target/nios2') diff --git a/target/nios2/op_helper.c b/target/nios2/op_helper.c index 0aaf33f..5017457 100644 --- a/target/nios2/op_helper.c +++ b/target/nios2/op_helper.c @@ -22,7 +22,6 @@ #include "cpu.h" #include "exec/helper-proto.h" #include "exec/exec-all.h" -#include "qemu/main-loop.h" void helper_raise_exception(CPUNios2State *env, uint32_t index) { -- cgit v1.1