1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-22 02:24:03 +02:00

crc32: Drop duplicates crc header includes

Fixes: 3db7110857 ("crc32: Use the crc.h header for crc functions")
Signed-off-by: Ilya Lukin <4.shket@gmail.com>
This commit is contained in:
Ilya Lukin
2023-07-14 17:39:32 +03:00
committed by Tom Rini
parent 08404fa208
commit 1a549c8961
5 changed files with 0 additions and 5 deletions

View File

@@ -10,7 +10,6 @@
#ifdef USE_HOSTCC
#include <arpa/inet.h>
#include <u-boot/crc.h>
#else
#include <common.h>
#include <efi_loader.h>