]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/benchmark/sieve/sieve.factor
factor: Move math.ranges => ranges.
[factor.git] / extra / benchmark / sieve / sieve.factor
index b9168b3f8c908141472d6476779f768fa2a85e8d..6df370439b3e91c196b26dd9f443a851dd1d122a 100644 (file)
@@ -1,4 +1,4 @@
-USING: bit-arrays kernel locals math math.functions math.ranges
+USING: bit-arrays kernel locals math math.functions ranges
 sequences ;
 IN: benchmark.sieve