X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fcolors%2Flch%2Flch.factor;h=74c46776baad7219afc090455e4efd110b238cc8;hp=bdfe54bd796f2d9d0e6488e6f263f81717851995;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/basis/colors/lch/lch.factor b/basis/colors/lch/lch.factor index bdfe54bd79..74c46776ba 100644 --- a/basis/colors/lch/lch.factor +++ b/basis/colors/lch/lch.factor @@ -2,7 +2,7 @@ ! See http://factorcode.org/license.txt for BSD license USING: accessors colors colors.lab colors.luv colors.xyz kernel -locals math math.functions math.libm math.trig ; +math math.functions math.libm math.trig ; IN: colors.lch