comparison src/error.cc @ 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 ddea8b06ed7c
comparison
equal deleted inserted replaced
8949:e31d47f2c9bb 8950:d865363208d6
26 #endif 26 #endif
27 27
28 #include <cstdarg> 28 #include <cstdarg>
29 #include <cstring> 29 #include <cstring>
30 30
31 #include <iostream>
31 #include <sstream> 32 #include <sstream>
32 #include <string> 33 #include <string>
33 34
34 #include "defun.h" 35 #include "defun.h"
35 #include "error.h" 36 #include "error.h"