From: Simon Glass Date: Fri, 31 Mar 2017 14:40:35 +0000 (-0600) Subject: board_f: Move errno.h down to the bottom X-Git-Tag: v2017.05-rc2~89 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=056285fd454362ec1aa5e8bfedff38d9ef7a9fb1;p=oweals%2Fu-boot.git board_f: Move errno.h down to the bottom This is to keep the header file order consistent. Signed-off-by: Simon Glass Reviewed-by: York Sun --- diff --git a/common/board_f.c b/common/board_f.c index b153aff052..e483b4b06c 100644 --- a/common/board_f.c +++ b/common/board_f.c @@ -45,7 +45,6 @@ #include #include #include -#include #include #include #if defined(CONFIG_X86) || defined(CONFIG_ARC) @@ -55,6 +54,7 @@ #include #endif #include +#include /* * Pointer to initial global data area