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/huffmandecoder.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/huffmandecoder.nim') diff --git a/src/huffmandecoder.nim b/src/huffmandecoder.nim index 4df712a..5cf4ca5 100644 --- a/src/huffmandecoder.nim +++ b/src/huffmandecoder.nim @@ -14,7 +14,7 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -import huffmantree, bitreader +import huffmantree, bitio/bitreader type HuffmanDecoder*[T: SomeUnsignedInt] = object tree: HuffmanTreeNode[T] -- cgit v1.2.3