From: Simon Glass Date: Mon, 4 Jul 2016 17:57:47 +0000 (-0600) Subject: sandbox: Correct header file order in cpu.c X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=6e20650425842244603380c275e7d7701305d2a0;p=project%2Fbcm63xx%2Fu-boot.git sandbox: Correct header file order in cpu.c The dm/ file should go at the end. Move it. Signed-off-by: Simon Glass --- diff --git a/arch/sandbox/cpu/cpu.c b/arch/sandbox/cpu/cpu.c index 196f3e1191..7a622c8092 100644 --- a/arch/sandbox/cpu/cpu.c +++ b/arch/sandbox/cpu/cpu.c @@ -4,10 +4,10 @@ */ #define DEBUG #include -#include #include #include #include +#include DECLARE_GLOBAL_DATA_PTR;