]> gitweb.factorcode.org Git - factor.git/commitdiff
unicode.normalize: cleanup usings.
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 27 Oct 2015 01:25:35 +0000 (18:25 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 27 Oct 2015 01:25:52 +0000 (18:25 -0700)
basis/unicode/normalize/normalize.factor

index ff59204aefeb9115c546afa355231c20da445ce5..ee9e1dcad35fb70171fc74f1bdf2f25be92589b4 100644 (file)
@@ -1,8 +1,9 @@
 ! Copyright (C) 2008 Daniel Ehrenberg.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: ascii sequences namespaces make unicode.data kernel math arrays
-locals sorting.insertion accessors assocs math.order combinators
-strings sbufs hints combinators.short-circuit vectors ;
+USING: accessors arrays ascii combinators
+combinators.short-circuit hints kernel locals make math
+math.order sbufs sequences sorting.insertion strings
+unicode.data vectors ;
 IN: unicode.normalize
 
 <PRIVATE