comparison src/ov-cs-list.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 cd96d29c5efa
comparison
equal deleted inserted replaced
8949:e31d47f2c9bb 8950:d865363208d6
23 #if !defined (octave_cs_list_h) 23 #if !defined (octave_cs_list_h)
24 #define octave_cs_list_h 1 24 #define octave_cs_list_h 1
25 25
26 #include <cstdlib> 26 #include <cstdlib>
27 27
28 #include <iostream> 28 #include <iosfwd>
29 #include <string> 29 #include <string>
30 30
31 #include "mx-base.h" 31 #include "mx-base.h"
32 #include "str-vec.h" 32 #include "str-vec.h"
33 33