diff options
Diffstat (limited to 'lib/crc32.c')
-rw-r--r-- | lib/crc32.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/crc32.c b/lib/crc32.c index aa94d70ef3..f6fad8c15d 100644 --- a/lib/crc32.c +++ b/lib/crc32.c @@ -10,7 +10,6 @@ #ifdef USE_HOSTCC #include <arpa/inet.h> -#include <u-boot/crc.h> #else #include <common.h> #include <efi_loader.h> |