Skip to content
Snippets Groups Projects
Commit d41b703f authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

sandbox: start: Sort the header files


These header files don't follow the correct order. Fix this.

Signed-off-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
parent 0bf4e0bb
No related branches found
No related tags found
No related merge requests found
......@@ -4,14 +4,13 @@
*/
#include <common.h>
#include <cli.h>
#include <command.h>
#include <dm/root.h>
#include <efi_loader.h>
#include <errno.h>
#include <init.h>
#include <log.h>
#include <os.h>
#include <cli.h>
#include <sort.h>
#include <asm/getopt.h>
#include <asm/global_data.h>
......@@ -19,6 +18,7 @@
#include <asm/malloc.h>
#include <asm/sections.h>
#include <asm/state.h>
#include <dm/root.h>
#include <linux/ctype.h>
DECLARE_GLOBAL_DATA_PTR;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment