]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
target/arm/cpu64: remove duplicate include
authorOsama Abdelkader <osama.abdelkader@gmail.com>
Mon, 10 Nov 2025 16:15:52 +0000 (18:15 +0200)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 14 Nov 2025 13:04:08 +0000 (13:04 +0000)
cpregs.h is included twice.

Signed-off-by: Osama Abdelkader <osama.abdelkader@gmail.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Gavin Shan <gshan@redhat.com>
Message-id: 20251110161552.700333-1-osama.abdelkader@gmail.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu64.c

index f81cfd0113cc7c9f3996937d9b3c86d066b0f10c..ae84d8e420508e75016636d4383a52a359966cad 100644 (file)
@@ -34,7 +34,6 @@
 #include "hw/qdev-properties.h"
 #include "internals.h"
 #include "cpu-features.h"
-#include "cpregs.h"
 
 /* convert between <register>_IDX and SYS_<register> */
 #define DEF(NAME, OP0, OP1, CRN, CRM, OP2)      \