commit | 930f5083d008e0f758f81cf2224526ae9578f28b | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Feb 26 07:26:26 2020 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 17 12:32:36 2020 -0400 |
tree | 02648a72640e58d2a9e4231cff055a859e47b3e3 | |
parent | 44c040906c3e6a29e8511a3ceffc1734715a0a3f [diff] |
cmd: fat: remove unused includes Remove unused includes from cmd/fat.c. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>
diff --git a/cmd/fat.c b/cmd/fat.c index 50df127..abce2f1 100644 --- a/cmd/fat.c +++ b/cmd/fat.c
@@ -8,13 +8,7 @@ * Boot support */ #include <common.h> -#include <command.h> -#include <s_record.h> -#include <net.h> -#include <ata.h> -#include <asm/io.h> #include <mapmem.h> -#include <part.h> #include <fat.h> #include <fs.h>