]> gitweb.factorcode.org Git - factor.git/commitdiff
xml.*: remove unnecessary dependencies on xml.writer
authorSlava Pestov <slava@factorcode.org>
Fri, 2 Sep 2011 05:29:27 +0000 (22:29 -0700)
committerSlava Pestov <slava@factorcode.org>
Fri, 2 Sep 2011 05:31:45 +0000 (22:31 -0700)
basis/xml/traversal/traversal.factor
basis/xml/xml.factor

index 6342f96e42630fa0d5a307e2e7f90a5abcfdee58..ce3555fe817cc544b521d2f27c72d67f831a633d 100644 (file)
@@ -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
 
index a1d734f291e5e356b91be503809c0ca003993127..ac6fbfcddcf8d23fedb116a4b6bd2f0d8b255f81 100644 (file)
@@ -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