Commit 7b6a3c3349 for qemu.org
commit 7b6a3c3349e8ccc11c1857abee7fa218bfdf53e1
Author: Mohamed Mediouni <mohamed@unpredictable.fr>
Date: Fri Mar 6 14:00:54 2026 +0100
hvf: hvf-all: stop including hvf_arm.h
We don't need this target-specific header in this
target-agnostic source file.
Signed-off-by: Mohamed Mediouni <mohamed@unpredictable.fr>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20260306130107.35359-5-mohamed@unpredictable.fr
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
diff --git a/accel/hvf/hvf-all.c b/accel/hvf/hvf-all.c
index 033c677b6f..5f357c6d19 100644
--- a/accel/hvf/hvf-all.c
+++ b/accel/hvf/hvf-all.c
@@ -18,7 +18,6 @@
#include "system/hvf_int.h"
#include "hw/core/cpu.h"
#include "hw/core/boards.h"
-#include "target/arm/hvf_arm.h"
#include "trace.h"
bool hvf_allowed;