Sanitise includes across codebase
[project/bcm63xx/atf.git] / plat / hisilicon / hikey / aarch64 / hikey_common.c
index 60e4d867ff344d0ddb8ad992946275e99296b3b7..702fc2d865582fe240bba28430dc9b7e40dc2f5c 100644 (file)
@@ -4,15 +4,17 @@
  * SPDX-License-Identifier: BSD-3-Clause
  */
 
-#include <arch_helpers.h>
 #include <assert.h>
-#include <bl_common.h>
-#include <debug.h>
+
+#include <arch_helpers.h>
+#include <common/bl_common.h>
+#include <common/debug.h>
+#include <lib/mmio.h>
+#include <lib/xlat_tables/xlat_tables.h>
+#include <plat/common/platform.h>
+
 #include <hikey_def.h>
 #include <hikey_layout.h>
-#include <mmio.h>
-#include <platform.h>
-#include <xlat_tables.h>
 
 #define MAP_DDR                MAP_REGION_FLAT(DDR_BASE,                       \
                                        DDR_SIZE - DDR_SEC_SIZE,        \