]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compression/zlib/zlib.factor
factor: Move math.ranges => ranges.
[factor.git] / basis / compression / zlib / zlib.factor
index 90a53efe577435572c84a487d8a3bbb629005a1c..f7318500f5dcd0ebd7b8d97f70bf5a1c25ef8303 100644 (file)
@@ -3,7 +3,7 @@
 USING: accessors alien alien.c-types alien.data alien.syntax
 byte-arrays byte-vectors classes.struct combinators
 compression.zlib.ffi continuations destructors fry kernel libc
-math math.functions math.ranges sequences system ;
+math math.functions ranges sequences system ;
 IN: compression.zlib
 
 ERROR: zlib-failed n string ;