Sanitise includes across codebase
[project/bcm63xx/atf.git] / services / spd / opteed / opteed_pm.c
index b1336517e7e1b9b14870bb69e4a0784e569cdcf1..719eeb748df900d2855d10f0f38e8ddabf272f3a 100644 (file)
@@ -4,12 +4,14 @@
  * SPDX-License-Identifier: BSD-3-Clause
  */
 
-#include <arch_helpers.h>
 #include <assert.h>
-#include <bl_common.h>
-#include <context_mgmt.h>
-#include <debug.h>
-#include <platform.h>
+
+#include <arch_helpers.h>
+#include <common/bl_common.h>
+#include <common/debug.h>
+#include <lib/el3_runtime/context_mgmt.h>
+#include <plat/common/platform.h>
+
 #include "opteed_private.h"
 
 /*******************************************************************************