common: Drop net.h from common header
[oweals/u-boot.git] / board / freescale / bsc9132qds / bsc9132qds.c
index 36a55285e8110a8a871a1fafe41896279e66a05e..89742dfedb8148b5a34c5e004cce22d04beecdc2 100644 (file)
@@ -4,11 +4,14 @@
  */
 
 #include <common.h>
+#include <init.h>
+#include <net.h>
 #include <asm/processor.h>
 #include <asm/mmu.h>
 #include <asm/cache.h>
 #include <asm/immap_85xx.h>
 #include <asm/io.h>
+#include <env.h>
 #include <miiphy.h>
 #include <linux/libfdt.h>
 #include <fdt_support.h>