Browse Source

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>
master
Mohamed Mediouni 4 weeks ago
committed by Peter Maydell
parent
commit
7b6a3c3349
  1. 1
      accel/hvf/hvf-all.c

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

Loading…
Cancel
Save