From: timoore Date: Mon, 2 Jun 2008 20:21:50 +0000 (+0000) Subject: Replace header files istream and ostream with iosfwd X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0826b7c3ca0a61def2899260952c2592ee15c934;p=simgear.git Replace header files istream and ostream with iosfwd --- diff --git a/simgear/props/props_io.hxx b/simgear/props/props_io.hxx index 34fe33a3..d13f4d1f 100644 --- a/simgear/props/props_io.hxx +++ b/simgear/props/props_io.hxx @@ -20,8 +20,7 @@ #include STL_STRING #include #include -#include -#include +#include /** * Read properties from an XML input stream. diff --git a/simgear/structure/SGSmplhist.hxx b/simgear/structure/SGSmplhist.hxx index 7d9f05d3..36ddc502 100644 --- a/simgear/structure/SGSmplhist.hxx +++ b/simgear/structure/SGSmplhist.hxx @@ -25,8 +25,7 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #endif #define SampleHistogram_h 1 -#include -#include +#include #include "SGSmplstat.hxx" extern const int SampleHistogramMinimum;