comparison src/lex.l @ 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 fde2a916b2ac
comparison
equal deleted inserted replaced
8949:e31d47f2c9bb 8950:d865363208d6
38 #endif 38 #endif
39 39
40 #include <cctype> 40 #include <cctype>
41 #include <cstring> 41 #include <cstring>
42 42
43 #include <iostream>
43 #include <set> 44 #include <set>
44 #include <sstream> 45 #include <sstream>
45 #include <string> 46 #include <string>
46 #include <stack> 47 #include <stack>
47 48