]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/xml/state/state.factor
factor: trim using lists
[factor.git] / basis / xml / state / state.factor
index 03f8c8f3fb7008362f5a72d11fc4805380ec69ed..288d62229a4f5bcbbfd3037db8d568d623c7c84d 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2005, 2009 Daniel Ehrenberg
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors kernel namespaces io math ;
+USING: accessors kernel namespaces ;
 IN: xml.state
 
 TUPLE: spot char line column next check version-1.0? stream ;