dbertoni    00/07/14 09:55:57

  Modified:    c/src/XPath XPath.hpp
  Log:
  Removed unnecessary includes.
  
  Revision  Changes    Path
  1.12      +0 -14     xml-xalan/c/src/XPath/XPath.hpp
  
  Index: XPath.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XPath/XPath.hpp,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- XPath.hpp 2000/07/13 14:55:10     1.11
  +++ XPath.hpp 2000/07/14 16:55:55     1.12
  @@ -64,27 +64,15 @@
   
   
   
  -#include <map>
  -#include <memory>
  -#include <vector>
  -
  -
  -
   #include <XalanDOM/XalanDOMString.hpp>
   
   
   
  -#include <PlatformSupport/STLHelper.hpp>
  -
  -
  -
   // Base class header files...
   #include <XPath/XPathExecutionContext.hpp>
   
   
   
  -#include <XPath/XPathException.hpp>
  -#include <XPath/MutableNodeRefList.hpp>
   #include <XPath/XPathExpression.hpp>
   #include <XPath/Function.hpp>
   #include <XPath/XPathFunctionTable.hpp>
  @@ -94,8 +82,6 @@
   class PrefixResolver;
   class XLocator;
   class XObject;
  -class XPathEnvSupport;
  -class XPathSupport;
   class XalanNode;
   
   
  
  
  

Reply via email to