]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/colors/hwb/hwb.factor
factor: trim using lists
[factor.git] / basis / colors / hwb / hwb.factor
index 2418b1ca79d8045d6b8d581f7443bfcc665da582..13c30170fd40c04b8203d85abb15526ae9306dba 100644 (file)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license
 
 USING: accessors colors colors.gray colors.hsl combinators
-kernel locals math math.order ;
+kernel math math.order ;
 
 IN: colors.hwb