]> gitweb.factorcode.org Git - factor.git/commitdiff
splitting: fix using.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sun, 13 Mar 2016 23:56:23 +0000 (16:56 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 14 Mar 2016 00:01:58 +0000 (17:01 -0700)
core/splitting/splitting.factor

index ccd78f29474fd4848c9f647456fc1e1eaf2cdc64..fc52580498784cc8eaef2dfab185294067dfea12 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2005, 2009 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: arrays combinators kernel math sequences
-sequences.private strings sbufs ;
+USING: arrays kernel math sbufs sequences sequences.private
+strings ;
 IN: splitting
 
 <PRIVATE