mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-28 14:11:29 +01: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:
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>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user