diff options
Diffstat (limited to 'lib/crc32c.c')
-rw-r--r-- | lib/crc32c.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/crc32c.c b/lib/crc32c.c index 016b34a523..7026ac4c33 100644 --- a/lib/crc32c.c +++ b/lib/crc32c.c @@ -10,7 +10,6 @@ * any later version. */ -#include <common.h> #include <compiler.h> uint32_t crc32c_cal(uint32_t crc, const char *data, int length, |