Mercurial > hg > octave-nkf
comparison liboctave/floatSCHUR.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 | eb63fbe60fab |
children | 4c0cdbe0acca |
comparison
equal
deleted
inserted
replaced
8949:e31d47f2c9bb | 8950:d865363208d6 |
---|---|
22 */ | 22 */ |
23 | 23 |
24 #if !defined (octave_FloatSCHUR_h) | 24 #if !defined (octave_FloatSCHUR_h) |
25 #define octave_FloatSCHUR_h 1 | 25 #define octave_FloatSCHUR_h 1 |
26 | 26 |
27 #include <iostream> | 27 #include <iosfwd> |
28 #include <string> | 28 #include <string> |
29 | 29 |
30 #include "fMatrix.h" | 30 #include "fMatrix.h" |
31 | 31 |
32 class | 32 class |