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>
This commit is contained in:
Mohamed Mediouni
2026-03-06 14:00:54 +01:00
committed by Peter Maydell
parent 6df5285c52
commit 7b6a3c3349

View File

@@ -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;