You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ga...@apache.org on 2003/05/15 17:56:25 UTC

cvs commit: xml-xerces/c/src/xercesc/dom/impl DOMErrorImpl.hpp

gareth      2003/05/15 08:56:24

  Modified:    c/src/xercesc/dom/impl DOMErrorImpl.hpp
  Log:
  Removed unnecessary include.
  
  Revision  Changes    Path
  1.7       +3 -1      xml-xerces/c/src/xercesc/dom/impl/DOMErrorImpl.hpp
  
  Index: DOMErrorImpl.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/dom/impl/DOMErrorImpl.hpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- DOMErrorImpl.hpp	14 May 2003 18:06:53 -0000	1.6
  +++ DOMErrorImpl.hpp	15 May 2003 15:56:24 -0000	1.7
  @@ -56,6 +56,9 @@
   
   /*
    * $Log$
  + * Revision 1.7  2003/05/15 15:56:24  gareth
  + * Removed unnecessary include.
  + *
    * Revision 1.6  2003/05/14 18:06:53  gareth
    * Updated DOMError to http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/core.html.
    *
  @@ -81,7 +84,6 @@
   #define DOMERRORIMPL_HPP
   
   #include <xercesc/dom/DOMError.hpp>
  -#include <iostream.h>
   #include <xercesc/util/XMLString.hpp>
   XERCES_CPP_NAMESPACE_BEGIN
   
  
  
  

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