diff src/oct-iostrm.h @ 3503:d14c483b3c12

[project @ 2000-02-01 04:06:07 by jwe]
author jwe
date Tue, 01 Feb 2000 04:06:39 +0000
parents d8d3700fb4ab
children b80bbb43a1a9
line wrap: on
line diff
--- a/src/oct-iostrm.h	Mon Jan 31 07:41:01 2000 +0000
+++ b/src/oct-iostrm.h	Tue Feb 01 04:06:39 2000 +0000
@@ -23,13 +23,10 @@
 #if !defined (octave_octave_iostream_h)
 #define octave_octave_iostream_h 1
 
-#include <iostream.h>
+#include <iostream>
 
 #include "oct-stream.h"
 
-class istream;
-class ostream;
-
 class
 octave_base_iostream : public octave_base_stream
 {