summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/scheduler_tpb.cc
diff options
context:
space:
mode:
authorMarcus Müller <mmueller@gnuradio.org>2021-06-17 01:07:28 +0200
committermormj <34754695+mormj@users.noreply.github.com>2021-06-22 09:35:48 -0400
commit3f83b54809e718634627426f1f36f2e46e99398b (patch)
treea69c386f518b9591bb6763d8ed59f0e0f32e4c9b /gnuradio-runtime/lib/scheduler_tpb.cc
parent640f737a94e69c68cc0f5f09a0408bbe9cfa2edf (diff)
global: automatically remove unused boost includes
used command: sed -i '/^#include.*boost.*$/d' $(ag -L '(boost::|BOOST)' $(ag --cpp -l '#include <boost')) Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
Diffstat (limited to 'gnuradio-runtime/lib/scheduler_tpb.cc')
-rw-r--r--gnuradio-runtime/lib/scheduler_tpb.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnuradio-runtime/lib/scheduler_tpb.cc b/gnuradio-runtime/lib/scheduler_tpb.cc
index f04be4227d..8219d6522f 100644
--- a/gnuradio-runtime/lib/scheduler_tpb.cc
+++ b/gnuradio-runtime/lib/scheduler_tpb.cc
@@ -15,7 +15,6 @@
#include "scheduler_tpb.h"
#include "tpb_thread_body.h"
#include <gnuradio/thread/thread_body_wrapper.h>
-#include <boost/make_shared.hpp>
#include <sstream>
namespace gr {