env: Drop environment.h header file where not needed
[platform/kernel/u-boot.git] / drivers / bootcount / bootcount_env.c
index c3618d3..b75c900 100644 (file)
@@ -1,12 +1,11 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * (C) Copyright 2013
  * Heiko Schocher, DENX Software Engineering, hs@denx.de.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
-#include <environment.h>
+#include <env.h>
 
 void bootcount_store(ulong a)
 {