diff mbox series

tools: env: remove include of env.h

Message ID 20200206142657.2158883-1-martin@geanix.com
State Deferred
Delegated to: Tom Rini
Headers show
Series tools: env: remove include of env.h | expand

Commit Message

Martin Hundebøll Feb. 6, 2020, 2:26 p.m. UTC
The header isn't used. Including it breaks compilation for external
users of the static library.

Signed-off-by: Martin Hundebøll <martin@geanix.com>
---
 tools/env/fw_env.h | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/tools/env/fw_env.h b/tools/env/fw_env.h
index b60fbfc8f8..78c803c944 100644
--- a/tools/env/fw_env.h
+++ b/tools/env/fw_env.h
@@ -4,7 +4,6 @@ 
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
  */
 
-#include <env.h>
 #include <stdint.h>
 
 /*