]> git.mxchange.org Git - simgear.git/blobdiff - simgear/structure/SGSmplhist.hxx
Merge branch 'topic/gcintersect' into next
[simgear.git] / simgear / structure / SGSmplhist.hxx
index d56d66930422103940d0ff53a43a5011e20c7273..36ddc502c8b83360fa7861c2fc1e7c31b3fd9353 100644 (file)
@@ -25,12 +25,9 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 #endif
 #define SampleHistogram_h 1
 
-#include <iostream>
-#include <fstream>
+#include <iosfwd>
 #include "SGSmplstat.hxx"
 
-using namespace std;
-
 extern const int SampleHistogramMinimum;
 extern const int SampleHistogramMaximum;
 
@@ -56,7 +53,7 @@ public:
 
   double bucketThreshold (int i);
   int inBucket (int i);
-  void printBuckets (ostream &);
+  void printBuckets (std::ostream &);
 
 };