mhoyt 2004/11/09 14:38:02 Modified: c/src/xalanc/XPath XPathProcessorImpl.hpp Log: Fix to enabled proper template specialization selection for HP-UX/aCC Revision Changes Path 1.11 +3 -4 xml-xalan/c/src/xalanc/XPath/XPathProcessorImpl.hpp Index: XPathProcessorImpl.hpp =================================================================== RCS file: /home/cvs/xml-xalan/c/src/xalanc/XPath/XPathProcessorImpl.hpp,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- XPathProcessorImpl.hpp 8 Nov 2004 18:17:12 -0000 1.10 +++ XPathProcessorImpl.hpp 9 Nov 2004 22:38:01 -0000 1.11 @@ -27,13 +27,12 @@ - -#include <xalanc/Include/XalanVector.hpp> -#include <xalanc/Include/XalanMap.hpp> +#include <xalanc/XalanDOM/XalanDOMString.hpp> -#include <xalanc/XalanDOM/XalanDOMString.hpp> +#include <xalanc/Include/XalanVector.hpp> +#include <xalanc/Include/XalanMap.hpp>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
