From 2ec4ae5848f47e8dd2bc322baaad74f35e3158bd Mon Sep 17 00:00:00 2001 From: Marcus Müller <mmueller@gnuradio.org> Date: Sat, 12 Jun 2021 22:45:34 +0200 Subject: global: remove iostream from all files not use cout|cerr|cin|clog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcus Müller <mmueller@gnuradio.org> --- gr-qtgui/lib/plot_raster.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'gr-qtgui/lib/plot_raster.cc') diff --git a/gr-qtgui/lib/plot_raster.cc b/gr-qtgui/lib/plot_raster.cc index ade7a87b16..7bb439881a 100644 --- a/gr-qtgui/lib/plot_raster.cc +++ b/gr-qtgui/lib/plot_raster.cc @@ -17,7 +17,6 @@ #include <qpainter.h> #include <qpen.h> -#include <iostream> #if QWT_VERSION < 0x060000 #include "qwt_double_interval.h" -- cgit v1.2.3