From 0826b7c3ca0a61def2899260952c2592ee15c934 Mon Sep 17 00:00:00 2001 From: timoore Date: Mon, 2 Jun 2008 20:21:50 +0000 Subject: [PATCH] Replace header files istream and ostream with iosfwd --- simgear/props/props_io.hxx | 3 +-- simgear/structure/SGSmplhist.hxx | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) 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; -- 2.39.5