From: Marek Vasut Date: Mon, 7 Nov 2022 00:56:04 +0000 (+0100) Subject: tools: mkenvimage: Drop duplicate crc header include X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=c246d69f31f49d9ab7667ac2e42f0bdc3f212207;p=u-boot.git 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 --- diff --git a/tools/mkenvimage.c b/tools/mkenvimage.c index b05f83415f..a8eebab6c3 100644 --- a/tools/mkenvimage.c +++ b/tools/mkenvimage.c @@ -14,7 +14,6 @@ #include #include #include -#include #include #include #include