]> gitweb.factorcode.org Git - factor.git/blobdiff - core/strings/strings.factor
core: cleanup USING lists.
[factor.git] / core / strings / strings.factor
index f0e589b7db61ddf89b2aebc216eb950fa087676d..83a44d0f14c2cd1e021d0ae3b14873cf1a89d151 100644 (file)
@@ -1,7 +1,8 @@
 ! Copyright (C) 2003, 2010 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors alien.accessors byte-arrays kernel math.private
-sequences kernel.private math sequences.private slots.private ;
+USING: accessors alien.accessors byte-arrays kernel
+kernel.private math math.private sequences sequences.private
+slots.private ;
 IN: strings
 
 <PRIVATE