dbertoni 02/02/22 20:22:26 Modified: c/src/XPathCAPI XPathCAPI.cpp Log: Fixes for Xerces "sane includes" change. Revision Changes Path 1.6 +3 -3 xml-xalan/c/src/XPathCAPI/XPathCAPI.cpp Index: XPathCAPI.cpp =================================================================== RCS file: /home/cvs/xml-xalan/c/src/XPathCAPI/XPathCAPI.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- XPathCAPI.cpp 20 Oct 2001 01:07:15 -0000 1.5 +++ XPathCAPI.cpp 23 Feb 2002 04:22:26 -0000 1.6 @@ -59,9 +59,9 @@ -#include <util/PlatformUtils.hpp> -#include <framework/MemBufInputSource.hpp> -#include <sax/SAXException.hpp> +#include <xercesc/util/PlatformUtils.hpp> +#include <xercesc/framework/MemBufInputSource.hpp> +#include <xercesc/sax/SAXException.hpp>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
