On Fri, 6 Mar 2026 at 08:31, Mohamed Mediouni <[email protected]> wrote: > > Signed-off-by: Mohamed Mediouni <[email protected]> > --- > accel/hvf/hvf-all.c | 1 - > 1 file changed, 1 deletion(-) > > 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"
As an unneeded include and especially one pulling in a target specific header into a generic source file: Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
