]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compression/inflate/inflate.factor
endian: replaces io.binary and io.binary.fast.
[factor.git] / basis / compression / inflate / inflate.factor
index fe17d230832cd01a558784da9f3e473d64c82a97..c6f22b912b4bb6ead18281113f0495b156403510 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2009, 2020 Marc Fauconneau, Abtin Molavi, Jacob Fischer.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors arrays assocs byte-vectors combinators
-combinators.smart compression.huffman fry hashtables io.binary
+combinators.smart compression.huffman endian fry hashtables
 kernel literals locals math math.bitwise math.order math.ranges
 sequences sorting memoize combinators.short-circuit byte-arrays ;
 QUALIFIED-WITH: bitstreams bs