summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib
diff options
context:
space:
mode:
authorMarcus Müller <mmueller@gnuradio.org>2021-06-12 22:45:34 +0200
committerMarcus Müller <marcus@hostalia.de>2021-06-17 00:08:24 +0200
commit2ec4ae5848f47e8dd2bc322baaad74f35e3158bd (patch)
tree6a00b1005adb538f9544dbc5857f143bc4405f12 /gnuradio-runtime/lib
parentb285dc3dbd8369805e2c2e612dbf88983faf1353 (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')
-rw-r--r--gnuradio-runtime/lib/basic_block.cc1
-rw-r--r--gnuradio-runtime/lib/block_detail.cc1
-rw-r--r--gnuradio-runtime/lib/block_gateway_impl.cc1
-rw-r--r--gnuradio-runtime/lib/buffer.cc1
-rw-r--r--gnuradio-runtime/lib/controlport/rpcmanager.cc1
-rw-r--r--gnuradio-runtime/lib/controlport/rpcserver_aggregator.cc1
-rw-r--r--gnuradio-runtime/lib/controlport/thrift/rpcpmtconverters_thrift.cc1
-rw-r--r--gnuradio-runtime/lib/hier_block2.cc1
-rw-r--r--gnuradio-runtime/lib/io_signature.cc1
-rw-r--r--gnuradio-runtime/lib/math/qa_fxpt.cc1
-rw-r--r--gnuradio-runtime/lib/math/qa_fxpt_nco.cc1
-rw-r--r--gnuradio-runtime/lib/math/qa_fxpt_vco.cc1
-rw-r--r--gnuradio-runtime/lib/realtime_impl.cc1
-rw-r--r--gnuradio-runtime/lib/test.cc1
-rw-r--r--gnuradio-runtime/lib/top_block.cc1
-rw-r--r--gnuradio-runtime/lib/top_block_impl.cc1
16 files changed, 0 insertions, 16 deletions
diff --git a/gnuradio-runtime/lib/basic_block.cc b/gnuradio-runtime/lib/basic_block.cc
index 52a1a5e16b..988b399572 100644
--- a/gnuradio-runtime/lib/basic_block.cc
+++ b/gnuradio-runtime/lib/basic_block.cc
@@ -15,7 +15,6 @@
#include <gnuradio/basic_block.h>
#include <gnuradio/block_registry.h>
#include <gnuradio/logger.h>
-#include <iostream>
#include <sstream>
#include <stdexcept>
diff --git a/gnuradio-runtime/lib/block_detail.cc b/gnuradio-runtime/lib/block_detail.cc
index ca8b9fd6ac..239223603d 100644
--- a/gnuradio-runtime/lib/block_detail.cc
+++ b/gnuradio-runtime/lib/block_detail.cc
@@ -15,7 +15,6 @@
#include <gnuradio/block_detail.h>
#include <gnuradio/buffer.h>
#include <gnuradio/logger.h>
-#include <iostream>
namespace gr {
diff --git a/gnuradio-runtime/lib/block_gateway_impl.cc b/gnuradio-runtime/lib/block_gateway_impl.cc
index f4550a8bdc..711d95d296 100644
--- a/gnuradio-runtime/lib/block_gateway_impl.cc
+++ b/gnuradio-runtime/lib/block_gateway_impl.cc
@@ -11,7 +11,6 @@
#include <pybind11/embed.h>
#include <gnuradio/io_signature.h>
-#include <iostream>
namespace gr {
diff --git a/gnuradio-runtime/lib/buffer.cc b/gnuradio-runtime/lib/buffer.cc
index fc91ec7680..76bd5fc0cc 100644
--- a/gnuradio-runtime/lib/buffer.cc
+++ b/gnuradio-runtime/lib/buffer.cc
@@ -17,7 +17,6 @@
#include <gnuradio/math.h>
#include <algorithm>
#include <cassert>
-#include <iostream>
#include <stdexcept>
namespace gr {
diff --git a/gnuradio-runtime/lib/controlport/rpcmanager.cc b/gnuradio-runtime/lib/controlport/rpcmanager.cc
index 920ed27673..48c200954f 100644
--- a/gnuradio-runtime/lib/controlport/rpcmanager.cc
+++ b/gnuradio-runtime/lib/controlport/rpcmanager.cc
@@ -10,7 +10,6 @@
#include <gnuradio/rpcmanager.h>
#include <cassert>
-#include <iostream>
#include <memory>
#include <stdexcept>
diff --git a/gnuradio-runtime/lib/controlport/rpcserver_aggregator.cc b/gnuradio-runtime/lib/controlport/rpcserver_aggregator.cc
index 82527888e7..3f4a7b22a7 100644
--- a/gnuradio-runtime/lib/controlport/rpcserver_aggregator.cc
+++ b/gnuradio-runtime/lib/controlport/rpcserver_aggregator.cc
@@ -11,7 +11,6 @@
#include <gnuradio/rpcserver_aggregator.h>
#include <gnuradio/rpcserver_booter_base.h>
#include <algorithm>
-#include <iostream>
#include <sstream>
#include <stdexcept>
diff --git a/gnuradio-runtime/lib/controlport/thrift/rpcpmtconverters_thrift.cc b/gnuradio-runtime/lib/controlport/thrift/rpcpmtconverters_thrift.cc
index 2aae09e1d0..fd23500118 100644
--- a/gnuradio-runtime/lib/controlport/thrift/rpcpmtconverters_thrift.cc
+++ b/gnuradio-runtime/lib/controlport/thrift/rpcpmtconverters_thrift.cc
@@ -12,7 +12,6 @@
#include <gnuradio/logger.h>
#include <gnuradio/rpcpmtconverters_thrift.h>
#include <boost/assign/ptr_map_inserter.hpp>
-#include <iostream>
GNURadio::Knob rpcpmtconverter::from_pmt(const pmt::pmt_t& knob)
{
diff --git a/gnuradio-runtime/lib/hier_block2.cc b/gnuradio-runtime/lib/hier_block2.cc
index 3ef5974556..70fc446225 100644
--- a/gnuradio-runtime/lib/hier_block2.cc
+++ b/gnuradio-runtime/lib/hier_block2.cc
@@ -16,7 +16,6 @@
#include <gnuradio/flowgraph.h>
#include <gnuradio/hier_block2.h>
#include <gnuradio/io_signature.h>
-#include <iostream>
#include <memory>
namespace gr {
diff --git a/gnuradio-runtime/lib/io_signature.cc b/gnuradio-runtime/lib/io_signature.cc
index b330e56c3b..507268d5ce 100644
--- a/gnuradio-runtime/lib/io_signature.cc
+++ b/gnuradio-runtime/lib/io_signature.cc
@@ -14,7 +14,6 @@
#include <gnuradio/io_signature.h>
#include <algorithm>
-#include <iostream>
#include <stdexcept>
namespace gr {
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;
diff --git a/gnuradio-runtime/lib/realtime_impl.cc b/gnuradio-runtime/lib/realtime_impl.cc
index 6820a63660..14170690fa 100644
--- a/gnuradio-runtime/lib/realtime_impl.cc
+++ b/gnuradio-runtime/lib/realtime_impl.cc
@@ -26,7 +26,6 @@
#include <cstdio>
#include <cstring>
-#include <iostream>
#if defined(HAVE_PTHREAD_SETSCHEDPARAM) || defined(HAVE_SCHED_SETSCHEDULER)
#include <pthread.h>
diff --git a/gnuradio-runtime/lib/test.cc b/gnuradio-runtime/lib/test.cc
index 44cf065f92..297d1066ff 100644
--- a/gnuradio-runtime/lib/test.cc
+++ b/gnuradio-runtime/lib/test.cc
@@ -15,7 +15,6 @@
#include "test.h"
#include <gnuradio/io_signature.h>
#include <cstring>
-#include <iostream>
#include <stdexcept>
namespace gr {
diff --git a/gnuradio-runtime/lib/top_block.cc b/gnuradio-runtime/lib/top_block.cc
index 319bb7a0c1..415855e36c 100644
--- a/gnuradio-runtime/lib/top_block.cc
+++ b/gnuradio-runtime/lib/top_block.cc
@@ -18,7 +18,6 @@
#include <gnuradio/prefs.h>
#include <gnuradio/top_block.h>
#include <unistd.h>
-#include <iostream>
#include <memory>
namespace gr {
diff --git a/gnuradio-runtime/lib/top_block_impl.cc b/gnuradio-runtime/lib/top_block_impl.cc
index 21e213e602..686e59fab8 100644
--- a/gnuradio-runtime/lib/top_block_impl.cc
+++ b/gnuradio-runtime/lib/top_block_impl.cc
@@ -23,7 +23,6 @@
#include <unistd.h>
#include <cstdlib>
#include <cstring>
-#include <iostream>
#include <stdexcept>
namespace gr {