summaryrefslogtreecommitdiff
path: root/gnuradio-runtime
diff options
context:
space:
mode:
authorMarcus Müller <mmueller@gnuradio.org>2021-06-13 01:08:07 +0200
committerMarcus Müller <marcus@hostalia.de>2021-06-17 00:08:24 +0200
commita4ce3630bd4c77dd6d3f9532ebb588f350b98ddf (patch)
treee03d192854a5e5f4931cc8fd05a9eccfe9336c5a /gnuradio-runtime
parenta231df45e7bea4d05df96a2e9b4e8165f21b4e1d (diff)
pmt: remove unused <functional> include
Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
Diffstat (limited to 'gnuradio-runtime')
-rw-r--r--gnuradio-runtime/lib/pmt/pmt.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnuradio-runtime/lib/pmt/pmt.cc b/gnuradio-runtime/lib/pmt/pmt.cc
index 93b001f0e1..d4ada683f9 100644
--- a/gnuradio-runtime/lib/pmt/pmt.cc
+++ b/gnuradio-runtime/lib/pmt/pmt.cc
@@ -18,7 +18,6 @@
#include <pmt/pmt_pool.h>
#include <cstdio>
#include <cstring>
-#include <functional>
#include <vector>
namespace pmt {