X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fstructure%2FSGSmplhist.hxx;h=36ddc502c8b83360fa7861c2fc1e7c31b3fd9353;hb=e3f70b712545bc42a43175a2a88174dacce9ce73;hp=d56d66930422103940d0ff53a43a5011e20c7273;hpb=240ed6f0b11d8b7ff84ca101078ef17ac6123784;p=simgear.git diff --git a/simgear/structure/SGSmplhist.hxx b/simgear/structure/SGSmplhist.hxx index d56d6693..36ddc502 100644 --- a/simgear/structure/SGSmplhist.hxx +++ b/simgear/structure/SGSmplhist.hxx @@ -25,12 +25,9 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #endif #define SampleHistogram_h 1 -#include -#include +#include #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 &); };