]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/smalltalk/listener/listener.factor
colors: merge colors.constants and colors.hex.
[factor.git] / extra / smalltalk / listener / listener.factor
index 805d51687b154b20c5412d0244406056a2db58ae..d5a191a19737a7be8729486a622261430c524535 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2009 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: kernel prettyprint io io.styles colors.constants compiler.units
+USING: kernel prettyprint io io.styles colors compiler.units
 fry debugger sequences locals.rewrite smalltalk.ast
 smalltalk.eval smalltalk.printer smalltalk.listener splitting ;
 IN: smalltalk.listener