aboutsummaryrefslogtreecommitdiff
path: root/lib/crc32c.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crc32c.c')
-rw-r--r--lib/crc32c.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/crc32c.c b/lib/crc32c.c
index 016b34a523b..7026ac4c330 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,