]> gitweb.factorcode.org Git - factor.git/commitdiff
furnace.actions: cleanup using.
authorJohn Benediktsson <mrjbq7@gmail.com>
Fri, 3 Apr 2020 00:31:41 +0000 (17:31 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Fri, 3 Apr 2020 00:31:41 +0000 (17:31 -0700)
basis/furnace/actions/actions.factor

index cdf088ee535ac07648d04c2a3359f8e3f876bf1b..544ce01028ec15c371e7b4996e03477e0851e5b6 100644 (file)
@@ -1,20 +1,9 @@
 ! Copyright (C) 2008, 2009 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors sequences kernel assocs combinators
-validators http hashtables namespaces fry continuations locals
-io arrays math boxes splitting urls
-xml.entities
-http.server
-http.server.responses
-furnace.utilities
-furnace.redirection
-furnace.conversations
-furnace.chloe-tags
-html.forms
-html.components
-html.templates.chloe
-html.templates.chloe.syntax
-html.templates.chloe.compiler ;
+USING: accessors assocs combinators fry furnace.conversations
+furnace.utilities html.forms html.templates.chloe http
+http.server http.server.responses kernel namespaces sequences
+splitting urls validators ;
 IN: furnace.actions
 
 SYMBOL: rest