]> gitweb.factorcode.org Git - factor.git/commitdiff
webapps.help: whoops, fix using
authorJohn Benediktsson <mrjbq7@gmail.com>
Fri, 26 Aug 2022 21:29:11 +0000 (14:29 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Fri, 26 Aug 2022 21:29:11 +0000 (14:29 -0700)
extra/webapps/help/help.factor

index faa1b11a5a511488b4e58ddcea7e9f836fc8c3fe..f51f7f9dc6778fd575d8636145c782f1bb03962c 100644 (file)
@@ -1,8 +1,8 @@
 ! Copyright (C) 2008 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
 ! Copyright (C) 2008 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors assocs furnace.actions furnace.boilerplate
-furnace.redirection help.html help.topics html.components
-html.forms http.server http.server.dispatchers
+USING: accessors arrays assocs continuations furnace.actions
+furnace.boilerplate furnace.redirection help.html help.topics
+html.components html.forms http.server http.server.dispatchers
 http.server.static io.directories io.files.temp io.servers
 kernel namespaces sequences simple-tokenizer splitting unicode
 urls ;
 http.server.static io.directories io.files.temp io.servers
 kernel namespaces sequences simple-tokenizer splitting unicode
 urls ;