From d41b703f453fbd539b0efde4238b1b02f9853870 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 4 Mar 2022 08:42:58 -0700 Subject: sandbox: start: Sort the header files These header files don't follow the correct order. Fix this. Signed-off-by: Simon Glass --- arch/sandbox/cpu/start.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arch') diff --git a/arch/sandbox/cpu/start.c b/arch/sandbox/cpu/start.c index 13b0731..12aace9 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; -- cgit v1.1