From e101247212f3aba3ece22c66e46e3fca89c0c768 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Tue, 10 Jan 2012 15:54:05 -0800 Subject: sandbox: sort header files in os.c Tidy this up as the list is long and likely to get longer. Signed-off-by: Simon Glass Signed-off-by: Mike Frysinger --- arch/sandbox/cpu/os.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'arch') diff --git a/arch/sandbox/cpu/os.c b/arch/sandbox/cpu/os.c index 6d55b5cbce..a1d324b51f 100644 --- a/arch/sandbox/cpu/os.c +++ b/arch/sandbox/cpu/os.c @@ -19,15 +19,15 @@ * MA 02111-1307 USA */ +#include #include #include #include -#include #include -#include -#include -#include +#include #include +#include +#include #include #include -- cgit v1.2.3