]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/google/search/search.factor
colors: merge colors.constants and colors.hex.
[factor.git] / extra / google / search / search.factor
index 2bf33e6c2e418ac61cf12757a238a19ff0b360a0..66e41a70312d7cb74888ae2aa666e9da8881bcfc 100644 (file)
@@ -2,8 +2,8 @@
 ! See http://factorcode.org/license.txt for BSD license
 
 USING: accessors arrays assocs assocs.extras classes.tuple
-colors.constants combinators formatting fry http.client io
-io.styles json.reader kernel sequences urls wrap.strings ;
+colors combinators formatting fry http.client io io.styles
+json.reader kernel sequences urls wrap.strings ;
 
 IN: google.search