Replace header files istream and ostream with iosfwd
This commit is contained in:
parent
d219c5c4c6
commit
0826b7c3ca
@ -20,8 +20,7 @@
|
||||
#include STL_STRING
|
||||
#include <vector>
|
||||
#include <map>
|
||||
#include <istream>
|
||||
#include <ostream>
|
||||
#include <iosfwd>
|
||||
|
||||
/**
|
||||
* Read properties from an XML input stream.
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user