summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnuradio-runtime/include/gnuradio/buffer.h1
-rw-r--r--gnuradio-runtime/lib/scheduler_tpb.cc1
-rw-r--r--gnuradio-runtime/python/gnuradio/gr/bindings/buffer_python.cc2
-rw-r--r--gr-blocks/include/gnuradio/blocks/ctrlport_probe_c.h1
-rw-r--r--gr-blocks/python/blocks/bindings/ctrlport_probe_c_python.cc2
-rw-r--r--gr-digital/include/gnuradio/digital/header_format_ofdm.h1
-rw-r--r--gr-digital/lib/constellation.cc2
-rw-r--r--gr-digital/lib/correlate_access_code_bb_impl.cc1
-rw-r--r--gr-digital/lib/costas_loop_cc_impl.cc1
-rw-r--r--gr-digital/lib/msk_timing_recovery_cc_impl.h1
-rw-r--r--gr-digital/lib/pfb_clock_sync_ccf_impl.cc2
-rw-r--r--gr-digital/python/digital/bindings/header_format_ofdm_python.cc2
-rw-r--r--gr-fec/lib/ldpc_encoder_impl.cc1
-rw-r--r--gr-fec/lib/tpc_decoder.cc1
-rw-r--r--gr-fec/lib/tpc_encoder.cc1
-rw-r--r--gr-pdu/lib/random_pdu_impl.h1
-rw-r--r--gr-qtgui/lib/freq_sink_c_impl.cc2
-rw-r--r--gr-qtgui/lib/freq_sink_f_impl.cc2
18 files changed, 4 insertions, 21 deletions
diff --git a/gnuradio-runtime/include/gnuradio/buffer.h b/gnuradio-runtime/include/gnuradio/buffer.h
index ef673bf500..55313df6c0 100644
--- a/gnuradio-runtime/include/gnuradio/buffer.h
+++ b/gnuradio-runtime/include/gnuradio/buffer.h
@@ -16,7 +16,6 @@
#include <gnuradio/runtime_types.h>
#include <gnuradio/tags.h>
#include <gnuradio/thread/thread.h>
-#include <boost/weak_ptr.hpp>
#include <map>
#include <memory>
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 {
diff --git a/gnuradio-runtime/python/gnuradio/gr/bindings/buffer_python.cc b/gnuradio-runtime/python/gnuradio/gr/bindings/buffer_python.cc
index 18f57da1b0..89845d2e28 100644
--- a/gnuradio-runtime/python/gnuradio/gr/bindings/buffer_python.cc
+++ b/gnuradio-runtime/python/gnuradio/gr/bindings/buffer_python.cc
@@ -14,7 +14,7 @@
/* BINDTOOL_GEN_AUTOMATIC(0) */
/* BINDTOOL_USE_PYGCCXML(0) */
/* BINDTOOL_HEADER_FILE(buffer.h) */
-/* BINDTOOL_HEADER_FILE_HASH(825bd18ddcab10552de6f9162a6aae3e) */
+/* BINDTOOL_HEADER_FILE_HASH(69b17e66fac6e29f860466846a64feab) */
/***********************************************************************************/
#include <pybind11/complex.h>
diff --git a/gr-blocks/include/gnuradio/blocks/ctrlport_probe_c.h b/gr-blocks/include/gnuradio/blocks/ctrlport_probe_c.h
index 4415c624a5..176bcb97c0 100644
--- a/gr-blocks/include/gnuradio/blocks/ctrlport_probe_c.h
+++ b/gr-blocks/include/gnuradio/blocks/ctrlport_probe_c.h
@@ -14,7 +14,6 @@
#include <gnuradio/blocks/api.h>
#include <gnuradio/rpcregisterhelpers.h>
#include <gnuradio/sync_block.h>
-#include <boost/thread/shared_mutex.hpp>
namespace gr {
namespace blocks {
diff --git a/gr-blocks/python/blocks/bindings/ctrlport_probe_c_python.cc b/gr-blocks/python/blocks/bindings/ctrlport_probe_c_python.cc
index b9356f8267..2523cadac1 100644
--- a/gr-blocks/python/blocks/bindings/ctrlport_probe_c_python.cc
+++ b/gr-blocks/python/blocks/bindings/ctrlport_probe_c_python.cc
@@ -14,7 +14,7 @@
/* BINDTOOL_GEN_AUTOMATIC(0) */
/* BINDTOOL_USE_PYGCCXML(0) */
/* BINDTOOL_HEADER_FILE(ctrlport_probe_c.h) */
-/* BINDTOOL_HEADER_FILE_HASH(953e3c69bfcbde28327778d11ce02638) */
+/* BINDTOOL_HEADER_FILE_HASH(984a7510b6724f3bc0f28224541ec937) */
/***********************************************************************************/
#include <pybind11/complex.h>
diff --git a/gr-digital/include/gnuradio/digital/header_format_ofdm.h b/gr-digital/include/gnuradio/digital/header_format_ofdm.h
index bfa143bb12..419ec924d6 100644
--- a/gr-digital/include/gnuradio/digital/header_format_ofdm.h
+++ b/gr-digital/include/gnuradio/digital/header_format_ofdm.h
@@ -13,7 +13,6 @@
#include <gnuradio/digital/api.h>
#include <gnuradio/digital/header_format_crc.h>
#include <pmt/pmt.h>
-#include <boost/crc.hpp>
namespace gr {
namespace digital {
diff --git a/gr-digital/lib/constellation.cc b/gr-digital/lib/constellation.cc
index 49eb1e4258..82c53e91a9 100644
--- a/gr-digital/lib/constellation.cc
+++ b/gr-digital/lib/constellation.cc
@@ -17,8 +17,8 @@
#include <gnuradio/io_signature.h>
#include <gnuradio/math.h>
-#include <boost/format.hpp>
+#include <cassert>
#include <cfloat>
#include <cstdlib>
#include <stdexcept>
diff --git a/gr-digital/lib/correlate_access_code_bb_impl.cc b/gr-digital/lib/correlate_access_code_bb_impl.cc
index 46a651b494..51675cc181 100644
--- a/gr-digital/lib/correlate_access_code_bb_impl.cc
+++ b/gr-digital/lib/correlate_access_code_bb_impl.cc
@@ -15,7 +15,6 @@
#include "correlate_access_code_bb_impl.h"
#include <gnuradio/blocks/count_bits.h>
#include <gnuradio/io_signature.h>
-#include <boost/format.hpp>
#include <cstdio>
#include <stdexcept>
diff --git a/gr-digital/lib/costas_loop_cc_impl.cc b/gr-digital/lib/costas_loop_cc_impl.cc
index 94ed87fa10..340662d0de 100644
--- a/gr-digital/lib/costas_loop_cc_impl.cc
+++ b/gr-digital/lib/costas_loop_cc_impl.cc
@@ -17,7 +17,6 @@
#include <gnuradio/io_signature.h>
#include <gnuradio/math.h>
#include <gnuradio/sincos.h>
-#include <boost/format.hpp>
namespace gr {
namespace digital {
diff --git a/gr-digital/lib/msk_timing_recovery_cc_impl.h b/gr-digital/lib/msk_timing_recovery_cc_impl.h
index e499c04625..8739b515a2 100644
--- a/gr-digital/lib/msk_timing_recovery_cc_impl.h
+++ b/gr-digital/lib/msk_timing_recovery_cc_impl.h
@@ -14,7 +14,6 @@
#include <gnuradio/digital/msk_timing_recovery_cc.h>
#include <gnuradio/filter/fir_filter_with_buffer.h>
#include <gnuradio/filter/mmse_fir_interpolator_cc.h>
-#include <boost/circular_buffer.hpp>
namespace gr {
namespace digital {
diff --git a/gr-digital/lib/pfb_clock_sync_ccf_impl.cc b/gr-digital/lib/pfb_clock_sync_ccf_impl.cc
index a5f2e7cb14..b2e26bc8cf 100644
--- a/gr-digital/lib/pfb_clock_sync_ccf_impl.cc
+++ b/gr-digital/lib/pfb_clock_sync_ccf_impl.cc
@@ -19,8 +19,6 @@
#include "pfb_clock_sync_ccf_impl.h"
#include <gnuradio/io_signature.h>
#include <gnuradio/math.h>
-#include <boost/format.hpp>
-#include <boost/math/special_functions/round.hpp>
namespace gr {
namespace digital {
diff --git a/gr-digital/python/digital/bindings/header_format_ofdm_python.cc b/gr-digital/python/digital/bindings/header_format_ofdm_python.cc
index fbcb2a620e..d86ae6647c 100644
--- a/gr-digital/python/digital/bindings/header_format_ofdm_python.cc
+++ b/gr-digital/python/digital/bindings/header_format_ofdm_python.cc
@@ -14,7 +14,7 @@
/* BINDTOOL_GEN_AUTOMATIC(0) */
/* BINDTOOL_USE_PYGCCXML(0) */
/* BINDTOOL_HEADER_FILE(header_format_ofdm.h) */
-/* BINDTOOL_HEADER_FILE_HASH(498bdcfe4bd8bf2202fecec7e1fef6bf) */
+/* BINDTOOL_HEADER_FILE_HASH(4ec4c2872c64bdae4088678b3b0310fe) */
/***********************************************************************************/
#include <pybind11/complex.h>
diff --git a/gr-fec/lib/ldpc_encoder_impl.cc b/gr-fec/lib/ldpc_encoder_impl.cc
index 45699dd6ed..0ac925b2de 100644
--- a/gr-fec/lib/ldpc_encoder_impl.cc
+++ b/gr-fec/lib/ldpc_encoder_impl.cc
@@ -10,7 +10,6 @@
#include "ldpc_encoder_impl.h"
#include <volk/volk.h>
-#include <boost/assign/list_of.hpp>
#include <algorithm> // for std::reverse
#include <cstdio>
#include <cstring> // for memcpy
diff --git a/gr-fec/lib/tpc_decoder.cc b/gr-fec/lib/tpc_decoder.cc
index 55ccca575a..8d919147d4 100644
--- a/gr-fec/lib/tpc_decoder.cc
+++ b/gr-fec/lib/tpc_decoder.cc
@@ -12,7 +12,6 @@
#include <gnuradio/fec/tpc_decoder.h>
#include <volk/volk.h>
-#include <boost/assign/list_of.hpp>
#include <cmath>
#include <cstdio>
#include <sstream>
diff --git a/gr-fec/lib/tpc_encoder.cc b/gr-fec/lib/tpc_encoder.cc
index b5f7f12af7..307a8b8d07 100644
--- a/gr-fec/lib/tpc_encoder.cc
+++ b/gr-fec/lib/tpc_encoder.cc
@@ -13,7 +13,6 @@
#include <gnuradio/fec/tpc_encoder.h>
#include <volk/volk.h>
-#include <boost/assign/list_of.hpp>
#include <cmath>
#include <cstdio>
#include <sstream>
diff --git a/gr-pdu/lib/random_pdu_impl.h b/gr-pdu/lib/random_pdu_impl.h
index 2f2535fe47..3d4e4cb2f2 100644
--- a/gr-pdu/lib/random_pdu_impl.h
+++ b/gr-pdu/lib/random_pdu_impl.h
@@ -12,7 +12,6 @@
#define INCLUDED_PDU_RANDOM_PDU_IMPL_H
#include <gnuradio/pdu/random_pdu.h>
-#include <boost/generator_iterator.hpp>
#include <random>
diff --git a/gr-qtgui/lib/freq_sink_c_impl.cc b/gr-qtgui/lib/freq_sink_c_impl.cc
index 267e31e419..445fb359c0 100644
--- a/gr-qtgui/lib/freq_sink_c_impl.cc
+++ b/gr-qtgui/lib/freq_sink_c_impl.cc
@@ -20,8 +20,6 @@
#include <qwt_symbol.h>
#include <volk/volk.h>
-#include <boost/range/adaptor/transformed.hpp>
-#include <boost/range/numeric.hpp>
#include <algorithm>
#include <cstring>
diff --git a/gr-qtgui/lib/freq_sink_f_impl.cc b/gr-qtgui/lib/freq_sink_f_impl.cc
index cfc5f2d9d4..b26dce275d 100644
--- a/gr-qtgui/lib/freq_sink_f_impl.cc
+++ b/gr-qtgui/lib/freq_sink_f_impl.cc
@@ -20,8 +20,6 @@
#include <qwt_symbol.h>
#include <volk/volk.h>
-#include <boost/range/adaptor/transformed.hpp>
-#include <boost/range/numeric.hpp>
#include <cstring>