From 8af38da097b8358cb273baa37c748120461c718e Mon Sep 17 00:00:00 2001 From: pacien Date: Fri, 30 Nov 2018 16:57:32 +0100 Subject: isolate bit IO --- src/streamblock.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/streamblock.nim') diff --git a/src/streamblock.nim b/src/streamblock.nim index 403687e..ff649b1 100644 --- a/src/streamblock.nim +++ b/src/streamblock.nim @@ -15,7 +15,7 @@ # along with this program. If not, see . import sequtils -import integers, bitreader, bitwriter +import integers, bitio/bitreader, bitio/bitwriter import rawblock, lzssblock type BlockKind* = enum -- cgit v1.2.3