diff options
author | Marcus Müller <mmueller@gnuradio.org> | 2021-06-17 01:07:28 +0200 |
---|---|---|
committer | mormj <34754695+mormj@users.noreply.github.com> | 2021-06-22 09:35:48 -0400 |
commit | 3f83b54809e718634627426f1f36f2e46e99398b (patch) | |
tree | a69c386f518b9591bb6763d8ed59f0e0f32e4c9b /gr-fec/lib/ldpc_encoder_impl.cc | |
parent | 640f737a94e69c68cc0f5f09a0408bbe9cfa2edf (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 'gr-fec/lib/ldpc_encoder_impl.cc')
-rw-r--r-- | gr-fec/lib/ldpc_encoder_impl.cc | 1 |
1 files changed, 0 insertions, 1 deletions
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 |