diff options
Diffstat (limited to 'src/liblzma/check/crc64_table_le.h')
-rw-r--r-- | src/liblzma/check/crc64_table_le.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/liblzma/check/crc64_table_le.h b/src/liblzma/check/crc64_table_le.h index 3047ea16..6f82cad1 100644 --- a/src/liblzma/check/crc64_table_le.h +++ b/src/liblzma/check/crc64_table_le.h @@ -1,7 +1,5 @@ /* This file has been automatically generated by crc64_tablegen.c. */ -#include <inttypes.h> - const uint64_t lzma_crc64_table[4][256] = { { UINT64_C(0x0000000000000000), UINT64_C(0xB32E4CBE03A75F6F), |