]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/boyer-moore/boyer-moore.factor
factor: Move math.ranges => ranges.
[factor.git] / extra / boyer-moore / boyer-moore.factor
index 2801262fa14610e38281355630589427666cc805..1461980fca8f8ac5711db475897ec2ab52b64129 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2010 Dmitry Shubin.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors arrays assocs kernel locals math math.order
-math.ranges sequences sequences.private z-algorithm ;
+ranges sequences sequences.private z-algorithm ;
 IN: boyer-moore
 
 <PRIVATE