summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/math
diff options
context:
space:
mode:
authorMarcus Müller <mmueller@gnuradio.org>2021-06-13 01:45:43 +0200
committermormj <34754695+mormj@users.noreply.github.com>2021-06-17 06:38:27 -0400
commitd45392e5eb24b08e35f1fc6058999c3318b73cf9 (patch)
tree4172a8e7de05e6995fb5cb92485afea37e0a951f /gnuradio-runtime/lib/math
parent3fe76f88d5585b62a286180265718beac5b1fb9b (diff)
global: automatic removal of <cstdio> where unused
used command: sed -i '/^#include.*cstdio.*$/d' $(ag -L '\b(fscanf|sscanf|printf|sprintf|ftell|fgetpos|fseek|fsetpos|rewind|fopen|freopen|fclose|fflush|setbuf|setvbuf|fread|fwrite|fprintf|feof|ferror|perror|clearerror|rename|tmpfile|tmpnam)\b' $(ag -l 'include.*<cstdio>' gnuradio-runtime)) Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
Diffstat (limited to 'gnuradio-runtime/lib/math')
-rw-r--r--gnuradio-runtime/lib/math/qa_fxpt.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnuradio-runtime/lib/math/qa_fxpt.cc b/gnuradio-runtime/lib/math/qa_fxpt.cc
index 865d07e19e..cccb5c38df 100644
--- a/gnuradio-runtime/lib/math/qa_fxpt.cc
+++ b/gnuradio-runtime/lib/math/qa_fxpt.cc
@@ -17,7 +17,6 @@
#include <unistd.h>
#include <boost/test/unit_test.hpp>
#include <cmath>
-#include <cstdio>
static const float SIN_COS_TOLERANCE = 1e-5;