Sanitise includes across codebase
[project/bcm63xx/atf.git] / plat / rockchip / common / rockchip_gicv3.c
index efbf1d167c133cd2ceb222e857ccf3949ec934e5..edae2efd042eb0dc2b4a167684e2e9ae77612b41 100644 (file)
@@ -4,12 +4,13 @@
  * SPDX-License-Identifier: BSD-3-Clause
  */
 
-#include <bl_common.h>
-#include <gicv3.h>
-#include <interrupt_props.h>
-#include <platform.h>
 #include <platform_def.h>
-#include <utils.h>
+
+#include <common/bl_common.h>
+#include <common/interrupt_props.h>
+#include <drivers/arm/gicv3.h>
+#include <lib/utils.h>
+#include <plat/common/platform.h>
 
 /******************************************************************************
  * The following functions are defined as weak to allow a platform to override