dbertoni 00/05/03 15:13:39
Modified: c/src/XPath XObject.cpp Log: Removed spurious include. Revision Changes Path 1.4 +0 -1 xml-xalan/c/src/XPath/XObject.cpp Index: XObject.cpp =================================================================== RCS file: /home/cvs/xml-xalan/c/src/XPath/XObject.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- XObject.cpp 2000/05/03 21:21:15 1.3 +++ XObject.cpp 2000/05/03 22:13:38 1.4 @@ -72,7 +72,6 @@ #include "NodeRefListBase.hpp" -#include "XObjectCompare.hpp" #include "XPathEnvSupport.hpp" #include "XPathException.hpp" #include "XPathSupport.hpp"
