cmd: fat: remove unused includes
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 26 Feb 2020 06:26:26 +0000 (07:26 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 17 Apr 2020 16:32:36 +0000 (12:32 -0400)
Remove unused includes from cmd/fat.c.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
cmd/fat.c

index 50df127f6d2c56cdce9392d0697d074f7cdd8dfc..abce2f1e0c0b66be7df5e15c364ad02c8985461a 100644 (file)
--- 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>