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 2001/11/24 02:30:39 UTC

cvs commit: xml-xalan/c/src/PlatformSupport XalanXMLChar.cpp

dbertoni    01/11/23 17:30:39

  Modified:    c/src/PlatformSupport XalanXMLChar.cpp
  Log:
  Fixed #include directive.
  
  Revision  Changes    Path
  1.2       +1 -1      xml-xalan/c/src/PlatformSupport/XalanXMLChar.cpp
  
  Index: XalanXMLChar.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/PlatformSupport/XalanXMLChar.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XalanXMLChar.cpp	2000/10/11 19:44:45	1.1
  +++ XalanXMLChar.cpp	2001/11/24 01:30:38	1.2
  @@ -54,7 +54,7 @@
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    */
  -#include <PlatformSupport/XalanXMLChar.hpp>
  +#include "XalanXMLChar.hpp"
   
   
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org