Commit 769fb6b6 authored by Isla Mitchell's avatar Isla Mitchell
Browse files

Fix order of #includes



This fix modifies the order of system includes to meet the ARM TF coding
standard whilst retaining header groupings.

Change-Id: Ib91968f8e2cac9e96033d73d3ad9d0a2ae228b13
Signed-off-by: default avatarIsla Mitchell <isla.mitchell@arm.com>
parent 401e4911
......@@ -19,6 +19,7 @@
#include <unistd.h>
#include <openssl/sha.h>
#include <firmware_image_package.h>
#include "fiptool.h"
......
......@@ -7,11 +7,10 @@
#ifndef __FIPTOOL_H__
#define __FIPTOOL_H__
#include <firmware_image_package.h>
#include <stddef.h>
#include <stdint.h>
#include <firmware_image_package.h>
#include <uuid.h>
#define NELEM(x) (sizeof (x) / sizeof *(x))
......
......@@ -4,9 +4,10 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <firmware_image_package.h>
#include <stddef.h>
#include <firmware_image_package.h>
#include "tbbr_config.h"
/* The images used depends on the platform. */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment