]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compression/huffman/huffman.factor
factor: Move math.ranges => ranges.
[factor.git] / basis / compression / huffman / huffman.factor
index 7744b458706833c0ecfc8a84aa6a0192e0645e95..8b6d7e29670db6cd85cba41d2c27dd07f135252c 100644 (file)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors arrays assocs bit-arrays bitstreams combinators
 fry hashtables heaps io kernel locals math math.bits math.order
-math.parser math.ranges multiline namespaces sequences sorting
+math.parser ranges multiline namespaces sequences sorting
 vectors ;
 QUALIFIED-WITH: bitstreams bs
 IN: compression.huffman