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 f6fad8c15df..f36f1763064 100644 --- a/lib/crc32.c +++ b/lib/crc32.c @@ -11,7 +11,6 @@ #ifdef USE_HOSTCC #include <arpa/inet.h> #else -#include <common.h> #include <efi_loader.h> #endif #include <compiler.h> |