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 <vector>
#include <map>
#include <istream>
#include <ostream>
#include <iosfwd>
/**
* 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
#define SampleHistogram_h 1
#include <ostream>
#include <fstream>
#include <iosfwd>
#include "SGSmplstat.hxx"
extern const int SampleHistogramMinimum;