From patchwork Wed Feb 26 06:26:26 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Heinrich Schuchardt X-Patchwork-Id: 236833 List-Id: U-Boot discussion From: xypron.glpk at gmx.de (Heinrich Schuchardt) Date: Wed, 26 Feb 2020 07:26:26 +0100 Subject: [PATCH 1/1] cmd: fat: remove unused includes Message-ID: <20200226062626.23869-1-xypron.glpk@gmx.de> Remove unused includes from cmd/fat.c. Signed-off-by: Heinrich Schuchardt Reviewed-by: Simon Glass --- cmd/fat.c | 6 ------ 1 file changed, 6 deletions(-) -- 2.25.0 diff --git a/cmd/fat.c b/cmd/fat.c index 50df127f6d..abce2f1e0c 100644 --- a/cmd/fat.c +++ b/cmd/fat.c @@ -8,13 +8,7 @@ * Boot support */ #include -#include -#include -#include -#include -#include #include -#include #include #include