Sanitise includes across codebase
[project/bcm63xx/atf.git] / common / image_decompress.c
index 7bd02b1da5a6d1f7ab98154760b4f7ba51db3266..a4586ae6244c58deabcc72fb43895b6707e10ca8 100644 (file)
@@ -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;