]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/shapefiles/shapefiles.factor
factor: trim using lists
[factor.git] / extra / shapefiles / shapefiles.factor
index 9cf2a43c03cc47c4b3aaadf7e10aa68ffb3b3496..b500099ed31bdfe5df41d993eaa986cbbb62974c 100644 (file)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license
 
 USING: accessors byte-arrays classes combinators endian io
-io.encodings.binary io.files io.streams.byte-array kernel locals
+io.encodings.binary io.files io.streams.byte-array kernel
 math math.order math.statistics sequences sequences.extras sets
 ;