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