Fixing various use clauses

db4
Daniel Ehrenberg 2008-01-31 12:21:49 -06:00
parent 40ca906f1c
commit 4e3426d871
4 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@
! See http://factorcode.org/license.txt for BSD license.
USING: io kernel namespaces prettyprint quotations
sequences strings words xml.writer compiler.units effects ;
sequences strings words xml.entities compiler.units effects ;
IN: html.elements

View File

@ -3,7 +3,7 @@
USING: generic assocs help http io io.styles io.files
io.streams.string kernel math math.parser namespaces
quotations assocs sequences strings words html.elements
xml.writer sbufs ;
xml.entities sbufs continuations ;
IN: html
GENERIC: browser-link-href ( presented -- href )

View File

@ -1,7 +1,7 @@
! Copyright (C) 2007 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license.
IN: io.streams.null
USING: kernel io ;
USING: kernel io continuations ;
TUPLE: null-stream ;

View File

@ -1,5 +1,5 @@
USING: combinators io io.files io.streams.duplex
io.streams.string kernel math math.parser
io.streams.string kernel math math.parser continuations
namespaces pack prettyprint sequences strings system ;
USING: hexdump tools.interpreter ;
IN: tar