aboutsummaryrefslogtreecommitdiff
path: root/plat/qemu/qemu_pm.c
diff options
context:
space:
mode:
Diffstat (limited to 'plat/qemu/qemu_pm.c')
-rw-r--r--plat/qemu/qemu_pm.c12
1 files changed, 7 insertions, 5 deletions
diff --git a/plat/qemu/qemu_pm.c b/plat/qemu/qemu_pm.c
index c184f1c35d..3249d6e277 100644
--- a/plat/qemu/qemu_pm.c
+++ b/plat/qemu/qemu_pm.c
@@ -4,13 +4,15 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
-#include <arch_helpers.h>
#include <assert.h>
-#include <debug.h>
-#include <gicv2.h>
-#include <platform.h>
+
#include <platform_def.h>
-#include <psci.h>
+
+#include <arch_helpers.h>
+#include <common/debug.h>
+#include <drivers/arm/gicv2.h>
+#include <lib/psci/psci.h>
+#include <plat/common/platform.h>
/*
* The secure entry point to be used on warm reset.