Commit 4a22c50d4a for qemu.org
commit 4a22c50d4ab22f68f38e9c3e095ccceb9248bc15
Author: Osama Abdelkader <osama.abdelkader@gmail.com>
Date: Tue Feb 17 21:47:54 2026 +0100
whpx: remove duplicate include
cpu.h is included twice
Signed-off-by: Osama Abdelkader <osama.abdelkader@gmail.com>
Message-id: 20260217204754.101223-1-osama.abdelkader@gmail.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
diff --git a/target/arm/whpx/whpx-all.c b/target/arm/whpx/whpx-all.c
index 36c5e30a03..b0602266af 100644
--- a/target/arm/whpx/whpx-all.c
+++ b/target/arm/whpx/whpx-all.c
@@ -27,7 +27,6 @@
#include <winerror.h>
#include "syndrome.h"
-#include "cpu.h"
#include "target/arm/cpregs.h"
#include "internals.h"