]> gitweb.factorcode.org Git - factor.git/blobdiff - core/io/backend/backend.factor
core: cleanup USING lists.
[factor.git] / core / io / backend / backend.factor
index 45425653e31d06ef890431edea2776b732b7884f..49bcee73bee63e77bec1e62d1707fa7088ea171f 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2007, 2009 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: init kernel system namespaces io io.encodings
-io.encodings.utf8 assocs splitting alien ;
+USING: assocs init io io.encodings io.encodings.utf8 kernel
+namespaces system ;
 IN: io.backend
 
 SYMBOL: io-backend