From patchwork Thu Feb 6 14:26:57 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Martin_Hundeb=C3=B8ll?= X-Patchwork-Id: 236013 List-Id: U-Boot discussion From: martin at geanix.com (=?UTF-8?q?Martin=20Hundeb=C3=B8ll?=) Date: Thu, 6 Feb 2020 15:26:57 +0100 Subject: [PATCH] tools: env: remove include of env.h Message-ID: <20200206142657.2158883-1-martin@geanix.com> The header isn't used. Including it breaks compilation for external users of the static library. Signed-off-by: Martin Hundebøll --- 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 at denx.de. */ -#include #include /*