]> gitweb.factorcode.org Git - factor.git/commitdiff
html.templates.fhtml: fix using.
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 20 May 2014 16:31:26 +0000 (09:31 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 20 May 2014 16:31:26 +0000 (09:31 -0700)
basis/html/templates/fhtml/fhtml.factor

index 0fd802474731c4bcb659c4544547c6b9268e7f23..ed5a1ea48a746a7d71a7e0592f1c81bef776639b 100644 (file)
@@ -1,10 +1,10 @@
 ! Copyright (C) 2005 Alex Chapman
 ! Copyright (C) 2006, 2010 Slava Pestov
 ! See http://factorcode.org/license.txt for BSD license.
-USING: continuations sequences kernel namespaces debugger
-combinators math quotations generic strings splitting accessors
-assocs fry vocabs.parser parser parser.notes lexer io io.files
-io.streams.string io.encodings.utf8 html.templates compiler.units ;
+USING: accessors combinators compiler.units html.templates io
+io.encodings.utf8 io.files kernel lexer lexer.private math
+namespaces parser parser.notes quotations sequences splitting
+vocabs.parser ;
 IN: html.templates.fhtml
 
 ! We use a custom lexer so that %> ends a token even if not