common: remove duplicate typedef for uchar
[oweals/u-boot.git] / env / eeprom.c
index 91ee3f35ebf3573b73f69abd83fe2406e3d54a39..e8126cfe3974695787e5cd11fe00fc9860d29406 100644 (file)
@@ -9,9 +9,11 @@
 
 #include <common.h>
 #include <command.h>
+#include <eeprom.h>
 #include <env.h>
-#include <environment.h>
+#include <env_internal.h>
 #include <linux/stddef.h>
+#include <u-boot/crc.h>
 #if defined(CONFIG_I2C_ENV_EEPROM_BUS)
 #include <i2c.h>
 #endif