aboutsummaryrefslogtreecommitdiff
path: root/common/image_decompress.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/image_decompress.c')
-rw-r--r--common/image_decompress.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/common/image_decompress.c b/common/image_decompress.c
index 7bd02b1da5..a4586ae624 100644
--- a/common/image_decompress.c
+++ b/common/image_decompress.c
@@ -4,13 +4,14 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
-#include <arch_helpers.h>
#include <assert.h>
-#include <bl_common.h>
-#include <debug.h>
-#include <image_decompress.h>
#include <stdint.h>
+#include <arch_helpers.h>
+#include <common/bl_common.h>
+#include <common/debug.h>
+#include <common/image_decompress.h>
+
static uintptr_t decompressor_buf_base;
static uint32_t decompressor_buf_size;
static decompressor_t *decompressor;