From f677a13d0fe14e5bd1c8421960eff603c60a1143 Mon Sep 17 00:00:00 2001 From: qihao_yewu Date: Mon, 8 Dec 2025 20:22:12 -0500 Subject: [PATCH] target/arm/cpu64: remove duplicate include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit cheery-pick from 00de647c0ab69e92cf333d7d061782103b1fd794 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 Signed-off-by: qihao_yewu --- target/arm/cpu64.c | 1 - 1 file changed, 1 deletion(-) diff --git a/target/arm/cpu64.c b/target/arm/cpu64.c index edfc19a6edf..6748b7f5730 100644 --- a/target/arm/cpu64.c +++ b/target/arm/cpu64.c @@ -33,7 +33,6 @@ #include "hw/qdev-properties.h" #include "internals.h" #include "cpu-features.h" -#include "cpregs.h" #include "cpu-custom.h" /* convert between _IDX and SYS_ */ -- Gitee