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