From: Edgar E. Iglesias Date: Mon, 27 Apr 2020 18:16:39 +0000 (+0200) Subject: hw/arm: versal: Remove inclusion of arm_gicv3_common.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5995a02511cd147212353ee377905112359b6fc1;p=qemu.git hw/arm: versal: Remove inclusion of arm_gicv3_common.h Remove inclusion of arm_gicv3_common.h, this already gets included via xlnx-versal.h. Signed-off-by: Edgar E. Iglesias Reviewed-by: Alistair Francis Reviewed-by: Luc Michel Message-id: 20200427181649.26851-2-edgar.iglesias@gmail.com Signed-off-by: Peter Maydell --- diff --git a/hw/arm/xlnx-versal.c b/hw/arm/xlnx-versal.c index 94460f2343..c73b2fe755 100644 --- a/hw/arm/xlnx-versal.c +++ b/hw/arm/xlnx-versal.c @@ -20,7 +20,6 @@ #include "hw/arm/boot.h" #include "kvm_arm.h" #include "hw/misc/unimp.h" -#include "hw/intc/arm_gicv3_common.h" #include "hw/arm/xlnx-versal.h" #include "hw/char/pl011.h"