dbertoni 01/09/28 11:55:57 Modified: c/src/XSLT XSLTResultTarget.hpp Log: iostream header cleanup. Revision Changes Path 1.15 +2 -1 xml-xalan/c/src/XSLT/XSLTResultTarget.hpp Index: XSLTResultTarget.hpp =================================================================== RCS file: /home/cvs/xml-xalan/c/src/XSLT/XSLTResultTarget.hpp,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- XSLTResultTarget.hpp 2001/09/28 18:27:59 1.14 +++ XSLTResultTarget.hpp 2001/09/28 18:55:57 1.15 @@ -67,7 +67,8 @@ #if defined(XALAN_OLD_STREAMS) -#include <iostream.h> +class ostream; +#else #include <iosfwd> #endif
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
