]> gitweb.factorcode.org Git - factor.git/blobdiff - core/sorting/sorting.factor
core: cleanup USING lists.
[factor.git] / core / sorting / sorting.factor
index c1719f61524ec87ee529db4857453d72e3102540..29bcafae20653b29b494eeb9d9f4b3e5e9c01da5 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2005, 2009 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors arrays assocs kernel math vectors math.order
-sequences sequences.private ;
+USING: accessors arrays assocs kernel math math.order sequences
+sequences.private vectors ;
 IN: sorting
 
 ! Optimized merge-sort: