]> gitweb.factorcode.org Git - factor.git/blobdiff - core/io/streams/c/c.factor
core: cleanup USING lists.
[factor.git] / core / io / streams / c / c.factor
index 58043600870bcb6b5def8cae3c49fc1955fac5bd..4582f5f4f3cd597cb1bb80bc0aff386a2630e99e 100644 (file)
@@ -1,9 +1,8 @@
 ! Copyright (C) 2004, 2010 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: alien alien.strings kernel kernel.private namespaces make
-io io.encodings sequences math generic threads.private classes
-io.backend io.files io.encodings.utf8 continuations destructors
-byte-arrays accessors combinators ;
+USING: accessors alien alien.strings byte-arrays destructors io
+io.backend io.encodings.utf8 io.files kernel kernel.private
+make math sequences threads.private ;
 IN: io.streams.c
 
 TUPLE: c-stream < disposable handle ;