dbertoni 00/07/06 13:33:38
Modified: c/src/XSLT NodeSorter.cpp Log: Removed spurious include. Revision Changes Path 1.9 +1 -1 xml-xalan/c/src/XSLT/NodeSorter.cpp Index: NodeSorter.cpp =================================================================== RCS file: /home/cvs/xml-xalan/c/src/XSLT/NodeSorter.cpp,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- NodeSorter.cpp 2000/07/06 20:19:25 1.8 +++ NodeSorter.cpp 2000/07/06 20:33:37 1.9 @@ -69,7 +69,7 @@ #include <PlatformSupport/DOMStringHelper.hpp> #include <PlatformSupport/DoubleSupport.hpp> -#include <DOMSupport/DOMServices.hpp> + #include <XPath/XObjectFactory.hpp>
