aboutsummaryrefslogtreecommitdiff
path: root/src/lzss/lzsschain.nim
diff options
context:
space:
mode:
Diffstat (limited to 'src/lzss/lzsschain.nim')
-rw-r--r--src/lzss/lzsschain.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lzss/lzsschain.nim b/src/lzss/lzsschain.nim
index 2ecff9e..8b49914 100644
--- a/src/lzss/lzsschain.nim
+++ b/src/lzss/lzsschain.nim
@@ -15,7 +15,7 @@
15# along with this program. If not, see <https://www.gnu.org/licenses/>. 15# along with this program. If not, see <https://www.gnu.org/licenses/>.
16 16
17import lists, tables, sugar 17import lists, tables, sugar
18import ../integers, ../huffman/huffmantree 18import ../bitio/integers, ../huffman/huffmantree
19import listpolyfill, lzssnode 19import listpolyfill, lzssnode
20 20
21const maxChainByteLength = 32_000 * wordBitLength 21const maxChainByteLength = 32_000 * wordBitLength