diff liboctave/fCmplxCHOL.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 a6edd5c23cb5
children 4c0cdbe0acca
line wrap: on
line diff
--- a/liboctave/fCmplxCHOL.h	Tue Mar 10 13:18:53 2009 +0100
+++ b/liboctave/fCmplxCHOL.h	Tue Mar 10 13:55:52 2009 -0400
@@ -25,7 +25,7 @@
 #if !defined (octave_FloatComplexCHOL_h)
 #define octave_FloatComplexCHOL_h 1
 
-#include <iostream>
+#include <iosfwd>
 
 #include "fCMatrix.h"
 #include "fCColVector.h"