From 2a4b4b71ba8a14148708719077d80889faa6f47b Mon Sep 17 00:00:00 2001 From: Isla Mitchell Date: Tue, 11 Jul 2017 14:54:08 +0100 Subject: Fix order of #includes This fix modifies the order of system includes to meet the ARM TF coding standard. There are some exceptions in order to retain header groupings, minimise changes to imported headers, and where there are headers within the #if and #ifndef statements. Change-Id: I65085a142ba6a83792b26efb47df1329153f1624 Signed-off-by: Isla Mitchell --- bl2u/bl2u_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bl2u') diff --git a/bl2u/bl2u_main.c b/bl2u/bl2u_main.c index 820da100..09ad4683 100644 --- a/bl2u/bl2u_main.c +++ b/bl2u/bl2u_main.c @@ -8,8 +8,8 @@ #include #include #include -#include #include +#include #include #include #include -- cgit v1.2.3