summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/include/gnuradio/buffer.h
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 /gnuradio-runtime/include/gnuradio/buffer.h
parent3c1750c481a578bd831fce933502fde88444eb54 (diff)
global: remove boost ptr headers not needed
Diffstat (limited to 'gnuradio-runtime/include/gnuradio/buffer.h')
-rw-r--r--gnuradio-runtime/include/gnuradio/buffer.h2
1 files changed, 1 insertions, 1 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 {