]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/rosetta-code/bitmap-line/bitmap-line.factor
factor: Move math.ranges => ranges.
[factor.git] / extra / rosetta-code / bitmap-line / bitmap-line.factor
index 8c393f269fdef358fba1f7ad589eeea2d2c48c8f..0b4062222d5da403e3da79192941301f4b3113ba 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (c) 2012 Anonymous
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors arrays kernel locals math math.functions
-math.ranges math.vectors rosetta-code.bitmap sequences
+ranges math.vectors rosetta-code.bitmap sequences
 ui.gadgets ;
 IN: rosetta-code.bitmap-line