Mercurial > hg > octave-lyh
comparison liboctave/dbleCHOL.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 |
comparison
equal
deleted
inserted
replaced
8949:e31d47f2c9bb | 8950:d865363208d6 |
---|---|
23 */ | 23 */ |
24 | 24 |
25 #if !defined (octave_CHOL_h) | 25 #if !defined (octave_CHOL_h) |
26 #define octave_CHOL_h 1 | 26 #define octave_CHOL_h 1 |
27 | 27 |
28 #include <iostream> | 28 #include <iosfwd> |
29 | 29 |
30 #include "dMatrix.h" | 30 #include "dMatrix.h" |
31 #include "dColVector.h" | 31 #include "dColVector.h" |
32 | 32 |
33 class | 33 class |