Message ID | 20200206142657.2158883-1-martin@geanix.com |
---|---|
State | New |
Headers | show |
Series | tools: env: remove include of env.h | expand |
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 at denx.de. */ -#include <env.h> #include <stdint.h> /*
The header isn't used. Including it breaks compilation for external users of the static library. Signed-off-by: Martin Hundebøll <martin at geanix.com> --- tools/env/fw_env.h | 1 - 1 file changed, 1 deletion(-)