]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/html/streams/streams.factor
Updating code for make and fry changes
[factor.git] / basis / html / streams / streams.factor
index 6a15b76bd3ab1b32718b5c5dd9535b06e2732f44..7d90296fcbfdc7dac29ed4fdca5f31afcdc42c83 100755 (executable)
@@ -1,11 +1,10 @@
 ! Copyright (C) 2004, 2008 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-
-USING: combinators generic assocs help http io io.styles io.files
-       continuations io.streams.string kernel math math.order math.parser
-       namespaces quotations assocs sequences strings words html.elements
-       xml.entities sbufs continuations destructors accessors arrays ;
-
+USING: combinators generic assocs help http io io.styles
+io.files continuations io.streams.string kernel math math.order
+math.parser namespaces make quotations assocs sequences strings
+words html.elements xml.entities sbufs continuations destructors
+accessors arrays ;
 IN: html.streams
 
 GENERIC: browser-link-href ( presented -- href )