diff options
author | Marcus Müller <mmueller@gnuradio.org> | 2021-06-12 22:45:34 +0200 |
---|---|---|
committer | Marcus Müller <marcus@hostalia.de> | 2021-06-17 00:08:24 +0200 |
commit | 2ec4ae5848f47e8dd2bc322baaad74f35e3158bd (patch) | |
tree | 6a00b1005adb538f9544dbc5857f143bc4405f12 /gnuradio-runtime/lib/math | |
parent | b285dc3dbd8369805e2c2e612dbf88983faf1353 (diff) |
global: remove iostream from all files not use cout|cerr|cin|clog
Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
Diffstat (limited to 'gnuradio-runtime/lib/math')
-rw-r--r-- | gnuradio-runtime/lib/math/qa_fxpt.cc | 1 | ||||
-rw-r--r-- | gnuradio-runtime/lib/math/qa_fxpt_nco.cc | 1 | ||||
-rw-r--r-- | gnuradio-runtime/lib/math/qa_fxpt_vco.cc | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/gnuradio-runtime/lib/math/qa_fxpt.cc b/gnuradio-runtime/lib/math/qa_fxpt.cc index 314adf58a3..865d07e19e 100644 --- a/gnuradio-runtime/lib/math/qa_fxpt.cc +++ b/gnuradio-runtime/lib/math/qa_fxpt.cc @@ -18,7 +18,6 @@ #include <boost/test/unit_test.hpp> #include <cmath> #include <cstdio> -#include <iostream> static const float SIN_COS_TOLERANCE = 1e-5; diff --git a/gnuradio-runtime/lib/math/qa_fxpt_nco.cc b/gnuradio-runtime/lib/math/qa_fxpt_nco.cc index 6bbc5e8158..6475be05bb 100644 --- a/gnuradio-runtime/lib/math/qa_fxpt_nco.cc +++ b/gnuradio-runtime/lib/math/qa_fxpt_nco.cc @@ -18,7 +18,6 @@ #include <boost/test/unit_test.hpp> #include <cmath> #include <cstdio> -#include <iostream> static const float SIN_COS_TOLERANCE = 1e-5; diff --git a/gnuradio-runtime/lib/math/qa_fxpt_vco.cc b/gnuradio-runtime/lib/math/qa_fxpt_vco.cc index 1d8235b9c9..993512269a 100644 --- a/gnuradio-runtime/lib/math/qa_fxpt_vco.cc +++ b/gnuradio-runtime/lib/math/qa_fxpt_vco.cc @@ -18,7 +18,6 @@ #include <boost/test/unit_test.hpp> #include <cmath> #include <cstdio> -#include <iostream> static const float SIN_COS_TOLERANCE = 1e-5; |