diff src/c-file-ptr-stream.h @ 8950:d865363208d6

include <iosfwd> instead of <iostream> in header files
author John W. Eaton <jwe@octave.org>
date Tue, 10 Mar 2009 13:55:52 -0400
parents a1dbe9d80eee
children 16f53d29049f
line wrap: on
line diff
--- a/src/c-file-ptr-stream.h	Tue Mar 10 13:18:53 2009 +0100
+++ b/src/c-file-ptr-stream.h	Tue Mar 10 13:55:52 2009 -0400
@@ -24,9 +24,10 @@
 #if !defined (octave_c_file_ptr_stream_h)
 #define octave_c_file_ptr_stream_h 1
 
-#include <iostream>
 #include <cstdio>
 
+#include <iosfwd>
+
 class
 c_file_ptr_buf : public std::streambuf
 {