dbertoni 01/09/28 11:27:36 Modified: c/src/XPath XPathExpression.hpp Log: iostream header cleanup. Revision Changes Path 1.24 +1 -5 xml-xalan/c/src/XPath/XPathExpression.hpp Index: XPathExpression.hpp =================================================================== RCS file: /home/cvs/xml-xalan/c/src/XPath/XPathExpression.hpp,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- XPathExpression.hpp 2001/09/27 15:03:39 1.23 +++ XPathExpression.hpp 2001/09/28 18:27:36 1.24 @@ -66,12 +66,8 @@ #include <vector> -#if defined(XALAN_NO_IOSFWD) -#if defined(XALAN_OLD_STREAM_HEADERS) +#if defined(XALAN_OLD_STREAMS) #include <iostream.h> -#else -#include <ostream> -#endif #else #include <iosfwd> #endif
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
