diff options
author | Volker Schroer <3470424+dl1ksv@users.noreply.github.com> | 2021-02-07 18:30:41 +0100 |
---|---|---|
committer | Martin Braun <martin@gnuradio.org> | 2021-02-07 12:37:14 -0800 |
commit | ee820fd33ef9526affb21ee1d58b69006b39ae3c (patch) | |
tree | 0cf36b281cedfab6c221725bbe2e11f3b457fb3d /gr-fec/lib/depuncture_bb_impl.cc | |
parent | 7e43e0a149bf7889531297916dbf1482bab76e50 (diff) |
Remove unneeded boost includes and avoid boost depreciated warnings
Signed-off-by: Volker Schroer <3470424+dl1ksv@users.noreply.github.com>
Diffstat (limited to 'gr-fec/lib/depuncture_bb_impl.cc')
-rw-r--r-- | gr-fec/lib/depuncture_bb_impl.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gr-fec/lib/depuncture_bb_impl.cc b/gr-fec/lib/depuncture_bb_impl.cc index b4078ed8f5..bc9be67f78 100644 --- a/gr-fec/lib/depuncture_bb_impl.cc +++ b/gr-fec/lib/depuncture_bb_impl.cc @@ -16,7 +16,6 @@ #include <gnuradio/io_signature.h> #include <pmt/pmt.h> #include <volk/volk.h> -#include <boost/bind.hpp> #include <cstdio> #include <string> |