]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/bson/writer/writer.factor
endian: replaces io.binary and io.binary.fast.
[factor.git] / extra / bson / writer / writer.factor
index 3d5bfeda94519e17ac4db393e8833fa9ebf63f53..7a9b398144f5ad701049149786e4463f84d42eb7 100644 (file)
@@ -2,8 +2,8 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors alien.accessors arrays assocs bson.constants
 byte-arrays byte-vectors calendar combinators
-combinators.short-circuit dlists fry hashtables io io.binary
-io.encodings io.encodings.utf8 io.streams.byte-array kernel
+combinators.short-circuit dlists endian fry hashtables
+io io.encodings io.encodings.utf8 io.streams.byte-array kernel
 linked-assocs literals math math.parser namespaces quotations
 sequences serialize strings typed vectors words ;
 IN: bson.writer