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...@locus.apache.org on 2000/07/14 03:44:02 UTC

cvs commit: xml-xalan/c/src/XSLT ElemNumber.cpp

dbertoni    00/07/13 18:44:02

  Modified:    c/src/XSLT ElemNumber.cpp
  Log:
  Removed obsolete include.
  
  Revision  Changes    Path
  1.19      +2 -1      xml-xalan/c/src/XSLT/ElemNumber.cpp
  
  Index: ElemNumber.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemNumber.cpp,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- ElemNumber.cpp	2000/07/06 20:19:24	1.18
  +++ ElemNumber.cpp	2000/07/14 01:44:01	1.19
  @@ -77,9 +77,10 @@
   
   
   #include "Constants.hpp"
  -#include "NumeratorFormatter.hpp"
   #include "StylesheetConstructionContext.hpp"
   #include "StylesheetExecutionContext.hpp"
  +
  +
   
   #if !defined(XALAN_NO_NAMESPACES)
   	using std::vector;