From: Osama Abdelkader Date: Mon, 10 Nov 2025 16:15:52 +0000 (+0200) Subject: target/arm/cpu64: remove duplicate include X-Git-Tag: v10.2.0-rc1~7^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=00de647c0ab69e92cf333d7d061782103b1fd794;p=thirdparty%2Fqemu.git target/arm/cpu64: remove duplicate include cpregs.h is included twice. Signed-off-by: Osama Abdelkader Reviewed-by: Alex Bennée Reviewed-by: Gavin Shan Message-id: 20251110161552.700333-1-osama.abdelkader@gmail.com Signed-off-by: Peter Maydell --- diff --git a/target/arm/cpu64.c b/target/arm/cpu64.c index f81cfd0113..ae84d8e420 100644 --- a/target/arm/cpu64.c +++ b/target/arm/cpu64.c @@ -34,7 +34,6 @@ #include "hw/qdev-properties.h" #include "internals.h" #include "cpu-features.h" -#include "cpregs.h" /* convert between _IDX and SYS_ */ #define DEF(NAME, OP0, OP1, CRN, CRM, OP2) \