X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fcolors%2Fhsl%2Fhsl.factor;h=d39c1d66aba3557f5a463d89cede99b9a5da89b5;hp=48d49a77df1dccfc1c0e9db707e4f5b3495b1424;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/basis/colors/hsl/hsl.factor b/basis/colors/hsl/hsl.factor index 48d49a77df..d39c1d66ab 100644 --- a/basis/colors/hsl/hsl.factor +++ b/basis/colors/hsl/hsl.factor @@ -1,8 +1,7 @@ ! Copyright (C) 2012 John Benediktsson ! See http://factorcode.org/license.txt for BSD license -USING: accessors colors combinators kernel locals math -math.order ; +USING: accessors colors combinators kernel math math.order ; IN: colors.hsl