Sanitise includes across codebase
[project/bcm63xx/atf.git] / plat / socionext / uniphier / uniphier_gicv3.c
index 93bc73ac2cc34dd7f0cfa6b26d9b61fda6a74fbd..5148e8f9108aaee430344097e5964ccde2eac6b7 100644 (file)
@@ -5,11 +5,13 @@
  */
 
 #include <assert.h>
-#include <gicv3.h>
-#include <interrupt_props.h>
-#include <platform.h>
+
 #include <platform_def.h>
 
+#include <drivers/arm/gicv3.h>
+#include <common/interrupt_props.h>
+#include <plat/common/platform.h>
+
 #include "uniphier.h"
 
 static uintptr_t uniphier_rdistif_base_addrs[PLATFORM_CORE_COUNT];