From: Simon Glass Date: Fri, 4 Mar 2022 15:42:58 +0000 (-0700) Subject: sandbox: start: Sort the header files X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=d41b703f453fbd539b0efde4238b1b02f9853870;p=u-boot.git sandbox: start: Sort the header files These header files don't follow the correct order. Fix this. Signed-off-by: Simon Glass --- diff --git a/arch/sandbox/cpu/start.c b/arch/sandbox/cpu/start.c index 13b0731ec3..12aace9a20 100644 --- a/arch/sandbox/cpu/start.c +++ b/arch/sandbox/cpu/start.c @@ -4,14 +4,13 @@ */ #include +#include #include -#include #include #include #include #include #include -#include #include #include #include @@ -19,6 +18,7 @@ #include #include #include +#include #include DECLARE_GLOBAL_DATA_PTR;