aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/check/crc32_fast.c
diff options
context:
space:
mode:
authorHans Jansen <hansjansen162@outlook.com>2023-10-12 19:07:50 +0200
committerJia Tan <jiat0218@gmail.com>2023-10-13 20:54:05 +0800
commit233885a437f8b55a5c8442984ebc0aaa579e92de (patch)
treeef1c54ff46a79c3a4f87accfdfb185f5497260ee /src/liblzma/check/crc32_fast.c
parentCI: Bump and ref actions by commit SHA in windows-ci.yml (diff)
downloadxz-233885a437f8b55a5c8442984ebc0aaa579e92de.tar.xz
liblzma: Rename crc_macros.h to crc_common.h.
Diffstat (limited to 'src/liblzma/check/crc32_fast.c')
-rw-r--r--src/liblzma/check/crc32_fast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblzma/check/crc32_fast.c b/src/liblzma/check/crc32_fast.c
index eed73505..fa53e99b 100644
--- a/src/liblzma/check/crc32_fast.c
+++ b/src/liblzma/check/crc32_fast.c
@@ -17,7 +17,7 @@
///////////////////////////////////////////////////////////////////////////////
#include "check.h"
-#include "crc_macros.h"
+#include "crc_common.h"
// If you make any changes, do some benchmarking! Seemingly unrelated