]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/shapefiles/shapefiles.factor
endian: replaces io.binary and io.binary.fast.
[factor.git] / extra / shapefiles / shapefiles.factor
index 62a2ab59a2d156bd180d839e5f5496112febd867..de5b3ae11c24d39bf7f5ac02f38cc147c9752653 100644 (file)
@@ -1,10 +1,9 @@
 ! Copyright (C) 2018 John Benediktsson
 ! See http://factorcode.org/license.txt for BSD license
 
-USING: accessors byte-arrays classes combinators io
-io.binary.fast io.encodings.binary io.files
-io.streams.byte-array kernel locals math math.order
-math.statistics sequences sequences.extras sets ;
+USING: accessors byte-arrays classes combinators endian io
+io.encodings.binary io.files io.streams.byte-array kernel locals
+math math.order math.statistics sequences sequences.extras sets
 
 IN: shapefiles