You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2002/02/23 05:19:13 UTC

cvs commit: xml-xalan/c/src/TestXPath TestXPath.cpp

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: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org