From 00de647c0ab69e92cf333d7d061782103b1fd794 Mon Sep 17 00:00:00 2001 From: Osama Abdelkader Date: Mon, 10 Nov 2025 18:15:52 +0200 Subject: [PATCH] target/arm/cpu64: remove duplicate include MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- target/arm/cpu64.c | 1 - 1 file changed, 1 deletion(-) 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) \ -- 2.47.3