]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/tzinfo/tzinfo.factor
endian: replaces io.binary and io.binary.fast.
[factor.git] / extra / tzinfo / tzinfo.factor
index 998353eab4bccb8e85a8a25179a0ca83342013c0..84a62e8d4fa200b7ce724df40e68f5f9792c4587 100644 (file)
@@ -2,9 +2,9 @@
 ! See http://factorcode.org/license.txt for BSD license
 
 USING: accessors alien.c-types alien.data alien.endian arrays
-assocs calendar classes.struct combinators hashtables io
-io.binary io.encodings.binary io.files kernel locals math
-math.order sequences strings ;
+assocs calendar classes.struct combinators endian hashtables io
+io.encodings.binary io.files kernel locals math math.order
+sequences strings ;
 
 IN: tzinfo