summaryrefslogtreecommitdiff
path: root/grc/core/generator
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 /grc/core/generator
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 'grc/core/generator')
-rw-r--r--grc/core/generator/cpp_templates/flow_graph.hpp.mako1
1 files changed, 0 insertions, 1 deletions
diff --git a/grc/core/generator/cpp_templates/flow_graph.hpp.mako b/grc/core/generator/cpp_templates/flow_graph.hpp.mako
index 4c7c16b185..fa8652d80c 100644
--- a/grc/core/generator/cpp_templates/flow_graph.hpp.mako
+++ b/grc/core/generator/cpp_templates/flow_graph.hpp.mako
@@ -31,7 +31,6 @@ ${inc}
% endif
% if parameters:
-#include <iostream>
#include <boost/program_options.hpp>
% endif