]> gitweb.factorcode.org Git - factor.git/blobdiff - core/io/files/files.factor
core: cleanup USING lists.
[factor.git] / core / io / files / files.factor
index 02100bae5b4c21446863f1db52e41e9cfdd0a5b2..a5e005745afc8ecedcbb0fac0018c369528b2ce6 100644 (file)
@@ -1,8 +1,8 @@
 ! Copyright (C) 2004, 2009 Slava Pestov, Daniel Ehrenberg.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: kernel kernel.private sequences init namespaces system io
-io.encodings.utf8 io.backend io.pathnames io.encodings io.files.private
-alien.strings splitting ;
+USING: alien.strings init io io.backend io.encodings
+io.encodings.utf8 io.files.private io.pathnames kernel
+kernel.private namespaces sequences splitting system ;
 IN: io.files
 
 MIXIN: file-reader