From: Simon Glass Date: Wed, 15 May 2013 06:23:59 +0000 (+0000) Subject: main: Correct header order X-Git-Tag: v2013.07-rc1~42 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fbcdf32af74102276a154895f325d2cd92d1a3e9;p=kernel%2Fu-boot.git main: Correct header order The headers are a bit out of order, so fix them. Signed-off-by: Simon Glass --- diff --git a/common/main.c b/common/main.c index 1adfea6..e5173d7 100644 --- a/common/main.c +++ b/common/main.c @@ -28,26 +28,15 @@ /* #define DEBUG */ #include -#include #include #include -#include -#include -#ifdef CONFIG_MODEM_SUPPORT -#include /* for free() prototype */ -#endif - -#ifdef CONFIG_SYS_HUSH_PARSER #include -#endif - -#ifdef CONFIG_OF_CONTROL -#include -#endif - +#include +#include #include +#include +#include #include -#include DECLARE_GLOBAL_DATA_PTR;