summaryrefslogtreecommitdiff
path: root/services/spd/tlkd/tlkd_pm.c
diff options
context:
space:
mode:
Diffstat (limited to 'services/spd/tlkd/tlkd_pm.c')
-rw-r--r--services/spd/tlkd/tlkd_pm.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/services/spd/tlkd/tlkd_pm.c b/services/spd/tlkd/tlkd_pm.c
index 2cd2fbbe..de34bf6b 100644
--- a/services/spd/tlkd/tlkd_pm.c
+++ b/services/spd/tlkd/tlkd_pm.c
@@ -4,12 +4,13 @@
* 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 <psci.h>
+
+#include <arch_helpers.h>
+#include <common/bl_common.h>
+#include <common/debug.h>
+#include <lib/el3_runtime/context_mgmt.h>
+#include <lib/psci/psci.h>
#include <tlk.h>
#include "tlkd_private.h"