summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Habets <thomas@habets.se>2020-04-03 10:38:17 +0100
committerMichael Dickens <michael.dickens@ettus.com>2020-04-09 09:19:26 -0400
commitcac1cde6d9d5762ca6685da9d15fe4dd89679367 (patch)
tree7d61fcffa91e9630d608fcc1e488847d5d2cc188
parent3c1750c481a578bd831fce933502fde88444eb54 (diff)
global: remove boost ptr headers not needed
-rw-r--r--gnuradio-runtime/include/gnuradio/buffer.h2
-rw-r--r--gr-dtv/lib/dvb/dvb_ldpc_bb_impl.h2
2 files changed, 1 insertions, 3 deletions
diff --git a/gnuradio-runtime/include/gnuradio/buffer.h b/gnuradio-runtime/include/gnuradio/buffer.h
index 3b3404a415..b716accfd4 100644
--- a/gnuradio-runtime/include/gnuradio/buffer.h
+++ b/gnuradio-runtime/include/gnuradio/buffer.h
@@ -15,8 +15,8 @@
#include <gnuradio/runtime_types.h>
#include <gnuradio/tags.h>
#include <gnuradio/thread/thread.h>
-#include <boost/weak_ptr.hpp>
#include <map>
+#include <memory>
namespace gr {
diff --git a/gr-dtv/lib/dvb/dvb_ldpc_bb_impl.h b/gr-dtv/lib/dvb/dvb_ldpc_bb_impl.h
index 6aab987292..8f73c1af19 100644
--- a/gr-dtv/lib/dvb/dvb_ldpc_bb_impl.h
+++ b/gr-dtv/lib/dvb/dvb_ldpc_bb_impl.h
@@ -12,8 +12,6 @@
#include "dvb_defines.h"
#include <gnuradio/dtv/dvb_ldpc_bb.h>
-#include <boost/smart_ptr.hpp>
-
namespace gr {
namespace dtv {