]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/boyer-moore/boyer-moore.factor
factor: trim more using lists.
[factor.git] / extra / boyer-moore / boyer-moore.factor
index 1461980fca8f8ac5711db475897ec2ab52b64129..922666742505450a3a60d26922669025f4f82a57 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
-ranges sequences sequences.private z-algorithm ;
+USING: accessors arrays assocs kernel math math.order ranges
+sequences sequences.private z-algorithm ;
 IN: boyer-moore
 
 <PRIVATE