summaryrefslogtreecommitdiff
path: root/gr-uhd/examples/c++
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 /gr-uhd/examples/c++
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 'gr-uhd/examples/c++')
-rw-r--r--gr-uhd/examples/c++/tag_sink_demo.h1
-rw-r--r--gr-uhd/examples/c++/tag_source_demo.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/gr-uhd/examples/c++/tag_sink_demo.h b/gr-uhd/examples/c++/tag_sink_demo.h
index 4d685c7e14..e065019a42 100644
--- a/gr-uhd/examples/c++/tag_sink_demo.h
+++ b/gr-uhd/examples/c++/tag_sink_demo.h
@@ -12,7 +12,6 @@
#include <gnuradio/sync_block.h>
#include <boost/format.hpp>
#include <complex>
-#include <iostream>
class tag_sink_demo : public gr::sync_block
{
diff --git a/gr-uhd/examples/c++/tag_source_demo.h b/gr-uhd/examples/c++/tag_source_demo.h
index 64a61c8219..3f0469154d 100644
--- a/gr-uhd/examples/c++/tag_source_demo.h
+++ b/gr-uhd/examples/c++/tag_source_demo.h
@@ -10,7 +10,6 @@
#include <gnuradio/io_signature.h>
#include <gnuradio/sync_block.h>
#include <complex>
-#include <iostream>
class tag_source_demo : public gr::sync_block
{