From: John Benediktsson Date: Fri, 3 Apr 2020 00:31:41 +0000 (-0700) Subject: furnace.actions: cleanup using. X-Git-Tag: 0.99~3347 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=c4d179643baa909fd0130a5a177d5dd5045e3859 furnace.actions: cleanup using. --- diff --git a/basis/furnace/actions/actions.factor b/basis/furnace/actions/actions.factor index cdf088ee53..544ce01028 100644 --- a/basis/furnace/actions/actions.factor +++ b/basis/furnace/actions/actions.factor @@ -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