comparison src/ov-intx.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 16a5f9e1fdb3 49affc56fac2
comparison
equal deleted inserted replaced
8949:e31d47f2c9bb 8950:d865363208d6
20 20
21 */ 21 */
22 22
23 #include <cstdlib> 23 #include <cstdlib>
24 24
25 #include <iostream> 25 #include <iosfwd>
26 #include <string> 26 #include <string>
27 27
28 #include "mx-base.h" 28 #include "mx-base.h"
29 #include "oct-alloc.h" 29 #include "oct-alloc.h"
30 #include "str-vec.h" 30 #include "str-vec.h"