From c246d69f31f49d9ab7667ac2e42f0bdc3f212207 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Mon, 7 Nov 2022 01:56:04 +0100 Subject: tools: mkenvimage: Drop duplicate crc header include This header was already included just above version.h, do not include it twice. Fixes: 3db71108575 ("crc32: Use the crc.h header for crc functions") Signed-off-by: Marek Vasut Reviewed-by: Simon Glass --- tools/mkenvimage.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/mkenvimage.c b/tools/mkenvimage.c index b05f834..a8eebab 100644 --- a/tools/mkenvimage.c +++ b/tools/mkenvimage.c @@ -14,7 +14,6 @@ #include #include #include -#include #include #include #include -- cgit v1.1