]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compression/gzip/gzip.factor
factor: Move math.ranges => ranges.
[factor.git] / basis / compression / gzip / gzip.factor
index daf4622834dfa7379fe98f49651c2c8cec09a755..5d8d91d8d05c5d846631f9664241a65c413ef893 100644 (file)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors arrays assocs bit-arrays byte-arrays
 combinators compression.huffman fry kernel literals locals make
-math math.bits math.order math.ranges namespaces sequences
+math math.bits math.order ranges namespaces sequences
 sequences.deep splitting vectors ;
 IN: compression.gzip