mirror of
https://xff.cz/git/u-boot/
synced 2025-09-18 00:52:07 +02:00
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:
committed by
Tom Rini
parent
25a1b5efb3
commit
fd0e30b43b
@@ -8,13 +8,7 @@
|
|||||||
* Boot support
|
* Boot support
|
||||||
*/
|
*/
|
||||||
#include <common.h>
|
#include <common.h>
|
||||||
#include <command.h>
|
|
||||||
#include <s_record.h>
|
|
||||||
#include <net.h>
|
|
||||||
#include <ata.h>
|
|
||||||
#include <asm/io.h>
|
|
||||||
#include <mapmem.h>
|
#include <mapmem.h>
|
||||||
#include <part.h>
|
|
||||||
#include <fat.h>
|
#include <fat.h>
|
||||||
#include <fs.h>
|
#include <fs.h>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user