tools: mkenvimage: Drop duplicate crc header include
authorMarek Vasut <marex@denx.de>
Mon, 7 Nov 2022 00:56:04 +0000 (01:56 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 23 Nov 2022 18:06:12 +0000 (13:06 -0500)
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 <marex@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
tools/mkenvimage.c

index b05f834..a8eebab 100644 (file)
@@ -14,7 +14,6 @@
 #include <stdlib.h>
 #include <stdint.h>
 #include <string.h>
-#include <u-boot/crc.h>
 #include <unistd.h>
 #include <libgen.h>
 #include <sys/types.h>