env: Drop environment.h header file where not needed
[platform/kernel/u-boot.git] / drivers / bootcount / bootcount_env.c
index 9084ca8..b75c900 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #include <common.h>
-#include <environment.h>
+#include <env.h>
 
 void bootcount_store(ulong a)
 {