]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/z-algorithm/z-algorithm.factor
factor: Move math.ranges => ranges.
[factor.git] / extra / z-algorithm / z-algorithm.factor
index e7dd51542a6f6bca219e1cc10c2e0a9e2dac20dc..b06b4d912710f8df3392d3aee1564caa3814d719 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2010 Dmitry Shubin.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: arrays kernel locals math math.ranges sequences
+USING: arrays kernel locals math ranges sequences
 sequences.private ;
 IN: z-algorithm