X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fxml%2Fstate%2Fstate.factor;h=288d62229a4f5bcbbfd3037db8d568d623c7c84d;hp=03f8c8f3fb7008362f5a72d11fc4805380ec69ed;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/basis/xml/state/state.factor b/basis/xml/state/state.factor index 03f8c8f3fb..288d62229a 100644 --- a/basis/xml/state/state.factor +++ b/basis/xml/state/state.factor @@ -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 ;