]> gitweb.factorcode.org Git - factor.git/blobdiff - core/quotations/quotations.factor
core: cleanup USING lists.
[factor.git] / core / quotations / quotations.factor
index 9b85289bd69deaf56e2447b07bcf717f5832f690..7e7a77d4e1f1abe7873b24a0626869cc3625ee39 100644 (file)
@@ -1,8 +1,7 @@
 ! Copyright (C) 2006, 2008 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors arrays sequences sequences.private
-kernel kernel.private math assocs quotations.private
-slots.private ;
+USING: accessors arrays kernel kernel.private math sequences
+sequences.private slots.private ;
 IN: quotations
 
 <PRIVATE