common: Drop net.h from common header
[oweals/u-boot.git] / cmd / fat.c
index 50df127f6d2c56cdce9392d0697d074f7cdd8dfc..28fca501fa670d078791871a666ba29949f38aeb 100644 (file)
--- a/cmd/fat.c
+++ b/cmd/fat.c
@@ -8,15 +8,10 @@
  * 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>
+#include <asm/cache.h>
 
 int do_fat_size(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
 {