[PATCH] tools: env: remove include of env.h

6 Feb
2020
6 Feb
'20
3:26 p.m.
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 --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>
/*
--
2.25.0
1918
Age (days ago)
1918
Last active (days ago)
0 comments
1 participants
participants (1)
-
Martin Hundebøll