]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ui/pens/caching/caching-tests.factor
colors: merge colors.constants and colors.hex.
[factor.git] / basis / ui / pens / caching / caching-tests.factor
index 024e302ed13d735b158b5b592903e3392f3f4481..64f25718f2e2c9d5d7901cc082f19a57c20f1b4f 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2009 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors alien.c-types colors.constants kernel
+USING: accessors alien.c-types colors kernel
 specialized-arrays tools.test ui.gadgets.labels
 ui.pens.caching ui.pens.gradient ;