comparison src/pager.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 a3739e27b017
comparison
equal deleted inserted replaced
8949:e31d47f2c9bb 8950:d865363208d6
24 #ifdef HAVE_CONFIG_H 24 #ifdef HAVE_CONFIG_H
25 #include <config.h> 25 #include <config.h>
26 #endif 26 #endif
27 27
28 #include <fstream> 28 #include <fstream>
29 #include <iostream>
29 #include <string> 30 #include <string>
30 31
31 #include "cmd-edit.h" 32 #include "cmd-edit.h"
32 #include "oct-env.h" 33 #include "oct-env.h"
33 34