Mercurial > hg > octave-avbm
comparison liboctave/floatAEPBAL.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 | a5e080076778 |
children | 16f53d29049f |
comparison
equal
deleted
inserted
replaced
8949:e31d47f2c9bb | 8950:d865363208d6 |
---|---|
23 */ | 23 */ |
24 | 24 |
25 #if !defined (octave_FloatAEPBALANCE_h) | 25 #if !defined (octave_FloatAEPBALANCE_h) |
26 #define octave_FloatAEPBALANCE_h 1 | 26 #define octave_FloatAEPBALANCE_h 1 |
27 | 27 |
28 #include <iostream> | 28 #include <iosfwd> |
29 #include <string> | 29 #include <string> |
30 | 30 |
31 #include "base-aepbal.h" | 31 #include "base-aepbal.h" |
32 #include "fMatrix.h" | 32 #include "fMatrix.h" |
33 #include "fColVector.h" | 33 #include "fColVector.h" |