Mercurial > hg > octave-lyh
comparison src/ov-struct.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 | e79470be3ecb |
comparison
equal
deleted
inserted
replaced
8949:e31d47f2c9bb | 8950:d865363208d6 |
---|---|
24 #if !defined (octave_struct_h) | 24 #if !defined (octave_struct_h) |
25 #define octave_struct_h 1 | 25 #define octave_struct_h 1 |
26 | 26 |
27 #include <cstdlib> | 27 #include <cstdlib> |
28 | 28 |
29 #include <iostream> | 29 #include <iosfwd> |
30 #include <string> | 30 #include <string> |
31 | 31 |
32 #include "mx-base.h" | 32 #include "mx-base.h" |
33 #include "str-vec.h" | 33 #include "str-vec.h" |
34 | 34 |