xml.*: remove unnecessary dependencies on xml.writer

db4
Slava Pestov 2011-09-01 22:29:27 -07:00
parent cf238b4c7d
commit 418ded51c1
2 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
! Copyright (C) 2005, 2009 Daniel Ehrenberg ! Copyright (C) 2005, 2009 Daniel Ehrenberg
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: accessors kernel namespaces sequences words io assocs 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 ; splitting vectors sequences.deep combinators fry memoize ;
IN: xml.traversal IN: xml.traversal

View File

@ -1,11 +1,11 @@
! Copyright (C) 2005, 2009 Daniel Ehrenberg ! Copyright (C) 2005, 2009 Daniel Ehrenberg
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: accessors arrays io io.encodings.binary io.files USING: accessors arrays io io.encodings.binary io.files
io.streams.string kernel namespaces sequences strings io.encodings.utf8 io.streams.string kernel namespaces sequences strings
xml.data xml.errors xml.elements ascii xml.entities io.encodings.utf8 xml.data xml.errors xml.elements ascii
xml.writer xml.state xml.autoencoding assocs xml.tokenize xml.entities xml.state xml.autoencoding assocs xml.tokenize
combinators.short-circuit xml.name splitting io.streams.byte-array combinators.short-circuit xml.name splitting
combinators ; io.streams.byte-array combinators ;
IN: xml IN: xml
<PRIVATE <PRIVATE