xml.*: remove unnecessary dependencies on xml.writer
parent
cf238b4c7d
commit
418ded51c1
|
@ -1,7 +1,7 @@
|
|||
! Copyright (C) 2005, 2009 Daniel Ehrenberg
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors kernel namespaces sequences words io assocs
|
||||
quotations strings parser lexer arrays xml.data xml.writer
|
||||
quotations strings parser lexer arrays xml.data
|
||||
splitting vectors sequences.deep combinators fry memoize ;
|
||||
IN: xml.traversal
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
! Copyright (C) 2005, 2009 Daniel Ehrenberg
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors arrays io io.encodings.binary io.files
|
||||
io.streams.string kernel namespaces sequences strings io.encodings.utf8
|
||||
xml.data xml.errors xml.elements ascii xml.entities
|
||||
xml.writer xml.state xml.autoencoding assocs xml.tokenize
|
||||
combinators.short-circuit xml.name splitting io.streams.byte-array
|
||||
combinators ;
|
||||
io.streams.string kernel namespaces sequences strings
|
||||
io.encodings.utf8 xml.data xml.errors xml.elements ascii
|
||||
xml.entities xml.state xml.autoencoding assocs xml.tokenize
|
||||
combinators.short-circuit xml.name splitting
|
||||
io.streams.byte-array combinators ;
|
||||
IN: xml
|
||||
|
||||
<PRIVATE
|
||||
|
|
Loading…
Reference in New Issue