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