]> gitweb.factorcode.org Git - factor.git/blobdiff - core/init/init.factor
core: trim using lists with tool
[factor.git] / core / init / init.factor
index f18a9b88ad1b6bfbf562ddda22ca8a32f3d34fb3..e55480792e23ae1e6e21e5fd1455860e6adc96d2 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2004, 2009 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: assocs continuations continuations.private kernel
-kernel.private namespaces ;
+USING: assocs continuations.private kernel kernel.private
+namespaces ;
 IN: init
 
 SYMBOL: startup-hooks