From 55c70cb752845d150c45b47d644a4db61a91d535 Mon Sep 17 00:00:00 2001 From: David Cunado Date: Tue, 17 Jan 2017 14:40:15 +0000 Subject: [PATCH] Correct system include order NOTE - this is patch does not address all occurrences of system includes not being in alphabetical order, just this one case. Change-Id: I3cd23702d69b1f60a4a9dd7fd4ae27418f15b7a3 --- lib/cpus/aarch64/cpu_helpers.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cpus/aarch64/cpu_helpers.S b/lib/cpus/aarch64/cpu_helpers.S index ec7f1dde2..4f4743998 100644 --- a/lib/cpus/aarch64/cpu_helpers.S +++ b/lib/cpus/aarch64/cpu_helpers.S @@ -31,10 +31,10 @@ #include #include #include -#include #if IMAGE_BL31 #include #endif +#include #include /* Reset fn is needed in BL at reset vector */ -- GitLab