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 /gr-blocks/lib/qa_set_msg_handler.cc | |
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 'gr-blocks/lib/qa_set_msg_handler.cc')
-rw-r--r-- | gr-blocks/lib/qa_set_msg_handler.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gr-blocks/lib/qa_set_msg_handler.cc b/gr-blocks/lib/qa_set_msg_handler.cc index bcfd9506d8..64eb265fc7 100644 --- a/gr-blocks/lib/qa_set_msg_handler.cc +++ b/gr-blocks/lib/qa_set_msg_handler.cc @@ -20,7 +20,6 @@ #include <gnuradio/top_block.h> #include <boost/test/unit_test.hpp> #include <boost/thread/thread.hpp> -#include <iostream> /* * The gr::block::nop block has been instrumented so that it counts |