aboutsummaryrefslogtreecommitdiff
path: root/plat/arm/common/arm_gicv2.c
diff options
context:
space:
mode:
Diffstat (limited to 'plat/arm/common/arm_gicv2.c')
-rw-r--r--plat/arm/common/arm_gicv2.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/plat/arm/common/arm_gicv2.c b/plat/arm/common/arm_gicv2.c
index 5644c60404..fc848c1987 100644
--- a/plat/arm/common/arm_gicv2.c
+++ b/plat/arm/common/arm_gicv2.c
@@ -4,11 +4,13 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
-#include <gicv2.h>
-#include <plat_arm.h>
-#include <platform.h>
#include <platform_def.h>
+#include <drivers/arm/gicv2.h>
+#include <plat/common/platform.h>
+
+#include <plat_arm.h>
+
/******************************************************************************
* The following functions are defined as weak to allow a platform to override
* the way the GICv2 driver is initialised and used.