aboutsummaryrefslogtreecommitdiff
path: root/common/desc_image_load.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/desc_image_load.c')
-rw-r--r--common/desc_image_load.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/common/desc_image_load.c b/common/desc_image_load.c
index b07fba3340..ada02f8dd6 100644
--- a/common/desc_image_load.c
+++ b/common/desc_image_load.c
@@ -4,12 +4,11 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
-#include <arch_helpers.h>
#include <assert.h>
-#include <bl_common.h>
-#include <desc_image_load.h>
-
+#include <arch_helpers.h>
+#include <common/bl_common.h>
+#include <common/desc_image_load.h>
static bl_load_info_t bl_load_info;
static bl_params_t next_bl_params;