diff liboctave/Bounds.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
line wrap: on
line diff
--- a/liboctave/Bounds.h	Tue Mar 10 13:18:53 2009 +0100
+++ b/liboctave/Bounds.h	Tue Mar 10 13:55:52 2009 -0400
@@ -24,7 +24,7 @@
 #if !defined (octave_Bounds_h)
 #define octave_Bounds_h 1
 
-#include <iostream>
+#include <iosfwd>
 
 #include "dColVector.h"