xml: cleanup using.
parent
3f2404a628
commit
c5ec44cc2c
|
@ -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 ascii assocs combinators
|
||||||
io.streams.string kernel math namespaces sequences strings
|
combinators.short-circuit io io.encodings.binary
|
||||||
io.encodings.utf8 xml.data xml.errors xml.elements ascii
|
io.encodings.utf8 io.files io.streams.byte-array
|
||||||
xml.entities xml.state xml.autoencoding assocs xml.tokenize
|
io.streams.string kernel namespaces sequences splitting strings
|
||||||
combinators.short-circuit xml.name splitting
|
xml.autoencoding xml.data xml.elements xml.errors xml.name
|
||||||
io.streams.byte-array combinators ;
|
xml.state xml.tokenize ;
|
||||||
IN: xml
|
IN: xml
|
||||||
|
|
||||||
<PRIVATE
|
<PRIVATE
|
||||||
|
|
Loading…
Reference in New Issue