]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/pdf/layout/layout.factor
factor: Move math.ranges => ranges.
[factor.git] / extra / pdf / layout / layout.factor
index 2ec599d8655887bf28fd77a1506031cd99c4d585..764f82ba073665ff9d134bcd173f41c482840c4d 100644 (file)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license
 USING: accessors assocs calendar combinators environment fonts
 formatting fry io io.streams.string kernel literals locals make
-math math.order math.ranges namespaces pdf.canvas pdf.values
+math math.order ranges namespaces pdf.canvas pdf.values
 pdf.wrap sequences sequences.extras sorting splitting ui.text
 xml.entities ;
 FROM: pdf.canvas => draw-text ;