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:
@@ -10,7 +10,6 @@
|
||||
|
||||
#ifdef USE_HOSTCC
|
||||
#include <arpa/inet.h>
|
||||
#include <u-boot/crc.h>
|
||||
#else
|
||||
#include <common.h>
|
||||
#include <efi_loader.h>
|
||||
|
Reference in New Issue
Block a user