From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Fri, 31 Mar 2017 08:40:35 -0600 Subject: [U-Boot] [PATCH 12/16] board_f: Move errno.h down to the bottom In-Reply-To: <20170331144039.14587-1-sjg@chromium.org> References: <20170331144039.14587-1-sjg@chromium.org> Message-ID: <20170331144039.14587-13-sjg@chromium.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This is to keep the header file order consistent. Signed-off-by: Simon Glass --- common/board_f.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/board_f.c b/common/board_f.c index 5df00f33b1..925861124c 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 -- 2.12.2.564.g063fe858b8-goog