]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/dns/dns.factor
endian: replaces io.binary and io.binary.fast.
[factor.git] / basis / dns / dns.factor
index 6bb3204b32141b1e0196d8ed89a3a30f93f58515..d31e5d830b739a426998f154791d595a5965936d 100644 (file)
@@ -1,8 +1,8 @@
 ! Copyright (C) 2010 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors alien.enums alien.syntax arrays calendar
-combinators combinators.smart constructors destructors grouping
-io io.binary io.encodings.binary io.encodings.string
+combinators combinators.smart constructors destructors endian
+grouping io io.encodings.binary io.encodings.string
 io.encodings.utf8 io.sockets io.sockets.private
 io.streams.byte-array io.timeouts kernel make math math.bitwise
 math.parser namespaces random sequences slots.syntax splitting