diff --git a/basis/xml/traversal/traversal.factor b/basis/xml/traversal/traversal.factor index c1c4ba670b..6342f96e42 100644 --- a/basis/xml/traversal/traversal.factor +++ b/basis/xml/traversal/traversal.factor @@ -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 debugger +quotations strings parser lexer arrays xml.data xml.writer splitting vectors sequences.deep combinators fry memoize ; IN: xml.traversal