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>
This commit is contained in:
Heinrich Schuchardt 2020-02-26 07:26:26 +01:00 committed by Tom Rini
parent 25a1b5efb3
commit fd0e30b43b
1 changed files with 0 additions and 6 deletions

View File

@ -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>