mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-15 20:39:10 +01:00
main: Correct header order
The headers are a bit out of order, so fix them. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
4933381a5b
commit
fbcdf32af7
1 changed files with 5 additions and 16 deletions
|
|
@ -28,26 +28,15 @@
|
|||
/* #define DEBUG */
|
||||
|
||||
#include <common.h>
|
||||
#include <watchdog.h>
|
||||
#include <command.h>
|
||||
#include <fdtdec.h>
|
||||
#include <malloc.h>
|
||||
#include <version.h>
|
||||
#ifdef CONFIG_MODEM_SUPPORT
|
||||
#include <malloc.h> /* for free() prototype */
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_SYS_HUSH_PARSER
|
||||
#include <hush.h>
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_OF_CONTROL
|
||||
#include <fdtdec.h>
|
||||
#endif
|
||||
|
||||
#include <post.h>
|
||||
#include <linux/ctype.h>
|
||||
#include <malloc.h>
|
||||
#include <menu.h>
|
||||
#include <post.h>
|
||||
#include <version.h>
|
||||
#include <watchdog.h>
|
||||
#include <linux/ctype.h>
|
||||
|
||||
DECLARE_GLOBAL_DATA_PTR;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue