]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/colors/hsl/hsl.factor
factor: trim using lists
[factor.git] / basis / colors / hsl / hsl.factor
index 48d49a77df1dccfc1c0e9db707e4f5b3495b1424..d39c1d66aba3557f5a463d89cede99b9a5da89b5 100644 (file)
@@ -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