Sanitise includes across codebase
[project/bcm63xx/atf.git] / include / lib / pmf / pmf_helpers.h
index c535b222d3eece64fc73e4a830be6a85c5082a83..e6798a7ce79abb8e9429fbf37d2a4b9dbc329f35 100644 (file)
@@ -7,13 +7,14 @@
 #ifndef PMF_HELPERS_H
 #define PMF_HELPERS_H
 
-#include <arch_helpers.h>
 #include <assert.h>
-#include <bl_common.h>
-#include <platform.h>
 #include <stddef.h>
 #include <stdint.h>
 
+#include <arch_helpers.h>
+#include <common/bl_common.h>
+#include <plat/common/platform.h>
+
 /*
  * Prototype for PMF service functions.
  */