]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/images/tga/tga.factor
factor: Move math.ranges => ranges.
[factor.git] / extra / images / tga / tga.factor
index b592851db06dabfbc99260edc891389dca39f9d3..231e14acef30f47c233759134fa6431d1847183c 100644 (file)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors endian images images.loader io kernel
 locals math sequences io.encodings.ascii io.encodings.string
-calendar math.ranges math.parser colors arrays hashtables
+calendar ranges math.parser colors arrays hashtables
 ui.pixel-formats combinators continuations io.streams.throwing ;
 IN: images.tga