mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-24 22:05:40 +00:00
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:
parent
9eb4d4dd93
commit
55c70cb752
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||||
|
|
Loading…
Add table
Reference in a new issue