]> git.mxchange.org Git - simgear.git/commitdiff
Replace header files istream and ostream with iosfwd
authortimoore <timoore>
Mon, 2 Jun 2008 20:21:50 +0000 (20:21 +0000)
committertimoore <timoore>
Mon, 2 Jun 2008 20:21:50 +0000 (20:21 +0000)
simgear/props/props_io.hxx
simgear/structure/SGSmplhist.hxx

index 34fe33a3499cd895f56f12cc176f378b8f288870..d13f4d1fcf5e72127150c570131a25fa76eeb3e6 100644 (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.
index 7d9f05d3c6e3f7290dd56b533196053f703f38ee..36ddc502c8b83360fa7861c2fc1e7c31b3fd9353 100644 (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;