
24 Feb
2013
24 Feb
'13
6:26 p.m.
The headers are a bit out of order, so fix them.
Signed-off-by: Simon Glass sjg@chromium.org --- Changes in v2: None
common/main.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/common/main.c b/common/main.c index 40a79b7..905d0c2 100644 --- a/common/main.c +++ b/common/main.c @@ -28,16 +28,15 @@ /* #define DEBUG */
#include <common.h> -#include <watchdog.h> #include <command.h> #include <fdtdec.h> #include <fdt_support.h> #include <hush.h> #include <malloc.h> #include <menu.h> -#include <version.h> - #include <post.h> +#include <version.h> +#include <watchdog.h> #include <linux/ctype.h>
DECLARE_GLOBAL_DATA_PTR;
--
1.8.1.3