From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Fri, 31 Mar 2017 08:40:34 -0600 Subject: [U-Boot] [PATCH 11/16] board_f: Drop unused headers In-Reply-To: <20170331144039.14587-1-sjg@chromium.org> References: <20170331144039.14587-1-sjg@chromium.org> Message-ID: <20170331144039.14587-12-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 Drop headers which are not used or needed in this file. The compiler.h header is included by common.h. Signed-off-by: Simon Glass --- common/board_f.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/common/board_f.c b/common/board_f.c index 0c0bdc44e3..5df00f33b1 100644 --- a/common/board_f.c +++ b/common/board_f.c @@ -11,16 +11,12 @@ */ #include -#include #include #include #include #include #include #include -#if defined(CONFIG_CMD_IDE) -#include -#endif #include #include #include @@ -59,7 +55,6 @@ #include #endif #include -#include /* * Pointer to initial global data area -- 2.12.2.564.g063fe858b8-goog