]> gitweb.factorcode.org Git - factor.git/blobdiff - core/source-files/source-files.factor
core: cleanup USING lists.
[factor.git] / core / source-files / source-files.factor
index 6807e51515b0b2aed64354b16f21d78c04ccdf56..13e93f058253b1f7a5f679282c2cebdedb471eeb 100644 (file)
@@ -1,10 +1,9 @@
 ! Copyright (C) 2007, 2009 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: arrays definitions generic assocs kernel math namespaces
-sequences strings vectors words quotations io io.files
-io.pathnames combinators sorting splitting math.parser effects
-continuations checksums checksums.crc32 vocabs hashtables
-compiler.units io.encodings.utf8 accessors source-files.errors ;
+USING: accessors arrays assocs checksums checksums.crc32
+compiler.units continuations definitions io.encodings.utf8
+io.files io.pathnames kernel namespaces sequences
+source-files.errors strings words ;
 IN: source-files
 
 SYMBOL: source-files