dbertoni    02/02/22 20:19:13

  Modified:    c/src/TestXPath TestXPath.cpp
  Log:
  Fixes for Xerces "sane includes" change.
  
  Revision  Changes    Path
  1.33      +2 -2      xml-xalan/c/src/TestXPath/TestXPath.cpp
  
  Index: TestXPath.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/TestXPath/TestXPath.cpp,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- TestXPath.cpp     23 Jul 2001 01:38:38 -0000      1.32
  +++ TestXPath.cpp     23 Feb 2002 04:19:13 -0000      1.33
  @@ -79,8 +79,8 @@
   
   
   
  -#include <framework/URLInputSource.hpp>
  -#include <util/PlatformUtils.hpp>
  +#include <xercesc/framework/URLInputSource.hpp>
  +#include <xercesc/util/PlatformUtils.hpp>
   
   
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to