summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/python
diff options
context:
space:
mode:
authorMarcus Müller <mmueller@gnuradio.org>2021-06-17 01:07:28 +0200
committermormj <34754695+mormj@users.noreply.github.com>2021-06-22 09:35:48 -0400
commit3f83b54809e718634627426f1f36f2e46e99398b (patch)
treea69c386f518b9591bb6763d8ed59f0e0f32e4c9b /gnuradio-runtime/python
parent640f737a94e69c68cc0f5f09a0408bbe9cfa2edf (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 'gnuradio-runtime/python')
-rw-r--r--gnuradio-runtime/python/gnuradio/gr/bindings/buffer_python.cc2
1 files changed, 1 insertions, 1 deletions
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>