]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/colors/yuv/yuv.factor
factor: trim using lists
[factor.git] / basis / colors / yuv / yuv.factor
index 08bc9f4e4ba069fd0758c0097ca3feb439d1735f..4a2c73908e4991dc9c0570049963419d9a2afb96 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2013 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.yuv