common: Drop part.h from common header
[oweals/u-boot.git] / drivers / fastboot / fb_command.c
index 4864344853c2786670b4f20a4d593ce5879eb888..49f6a61c3745a880834f6db611318fae363e1898 100644 (file)
@@ -4,11 +4,13 @@
  */
 
 #include <common.h>
+#include <command.h>
 #include <env.h>
 #include <fastboot.h>
 #include <fastboot-internal.h>
 #include <fb_mmc.h>
 #include <fb_nand.h>
+#include <flash.h>
 #include <part.h>
 #include <stdlib.h>