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-digital/python/digital | |
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-digital/python/digital')
-rw-r--r-- | gr-digital/python/digital/bindings/header_format_ofdm_python.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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> |