diff options
-rw-r--r-- | cmd/fat.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cmd/fat.c b/cmd/fat.c index 50df127f6d2..abce2f1e0c0 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> |