]> gitweb.factorcode.org Git - factor.git/blobdiff - core/io/streams/byte-array/byte-array.factor
core: cleanup USING lists.
[factor.git] / core / io / streams / byte-array / byte-array.factor
index 930bee22399a3292796af202b13ec8cb5ca118b5..e9186c03feba1e4fa0e853f9053c601887e75b91 100644 (file)
@@ -1,8 +1,8 @@
 ! Copyright (C) 2008, 2009 Daniel Ehrenberg
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors byte-arrays byte-vectors destructors io
-io.encodings io.private io.streams.sequence kernel namespaces
-sequences sequences.private ;
+io.encodings io.streams.sequence kernel namespaces sequences
+sequences.private ;
 IN: io.streams.byte-array
 
 INSTANCE: byte-vector output-stream