]> gitweb.factorcode.org Git - factor.git/commitdiff
colors.distances: needs to USE: math.trig.
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 10 Nov 2016 21:24:11 +0000 (13:24 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 10 Nov 2016 21:24:11 +0000 (13:24 -0800)
extra/colors/distances/distances.factor

index 8cb71ce10bff42e46de66090c3e870321e913153..0813bf46d21996a71c625d9a50bda9fb27535063 100644 (file)
@@ -1,9 +1,8 @@
 ! Copyright (C) 2014 John Benediktsson
 ! See http://factorcode.org/license.txt for BSD license
 
-USING: accessors colors colors.lab colors.lch colors.lch.private
-combinators kernel locals math math.functions math.libm
-math.order ;
+USING: accessors colors colors.lab colors.lch kernel locals math
+math.functions math.libm math.order math.trig ;
 
 IN: colors.distances