Replace header files istream and ostream with iosfwd

This commit is contained in:
timoore 2008-06-02 20:21:50 +00:00
parent d219c5c4c6
commit 0826b7c3ca
2 changed files with 2 additions and 4 deletions

View File

@ -20,8 +20,7 @@
#include STL_STRING #include STL_STRING
#include <vector> #include <vector>
#include <map> #include <map>
#include <istream> #include <iosfwd>
#include <ostream>
/** /**
* Read properties from an XML input stream. * Read properties from an XML input stream.

View File

@ -25,8 +25,7 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#endif #endif
#define SampleHistogram_h 1 #define SampleHistogram_h 1
#include <ostream> #include <iosfwd>
#include <fstream>
#include "SGSmplstat.hxx" #include "SGSmplstat.hxx"
extern const int SampleHistogramMinimum; extern const int SampleHistogramMinimum;