]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/bloom-filters/bloom-filters.factor
factor: Move math.ranges => ranges.
[factor.git] / basis / bloom-filters / bloom-filters.factor
index 0a279ba8af916fe7b52a285cc8b75f4b70456adb..147e8bba448030a14eb8d8b8ec2dfb24bd0e45f2 100644 (file)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors arrays bit-arrays fry kernel kernel.private
 layouts locals math math.functions math.order math.private
-math.ranges multiline sequences sequences.private typed ;
+ranges multiline sequences sequences.private typed ;
 
 IN: bloom-filters