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
This commit is contained in:
David Cunado 2017-01-17 14:40:15 +00:00
parent 9eb4d4dd93
commit 55c70cb752

View file

@ -31,10 +31,10 @@
#include <arch.h> #include <arch.h>
#include <asm_macros.S> #include <asm_macros.S>
#include <assert_macros.S> #include <assert_macros.S>
#include <cpu_macros.S>
#if IMAGE_BL31 #if IMAGE_BL31
#include <cpu_data.h> #include <cpu_data.h>
#endif #endif
#include <cpu_macros.S>
#include <debug.h> #include <debug.h>
/* Reset fn is needed in BL at reset vector */ /* Reset fn is needed in BL at reset vector */