]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/furnace/recaptcha/example/example.factor
factor: trim more using lists.
[factor.git] / basis / furnace / recaptcha / example / example.factor
index 41ade9e96a26ed37373c682be9c58782f11493ce..de03a9bcb8e34314c5314cc21fd433cf3b99162f 100644 (file)
@@ -1,10 +1,8 @@
 ! Copyright (C) 2009 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors db.sqlite furnace.actions furnace.alloy
-furnace.conversations furnace.recaptcha furnace.redirection
-html.templates.chloe.compiler http.server
-http.server.dispatchers http.server.responses io.streams.string
-kernel urls xml.syntax ;
+furnace.recaptcha furnace.redirection http.server.dispatchers
+urls ;
 IN: furnace.recaptcha.example
 
 TUPLE: recaptcha-app < dispatcher recaptcha ;