diff options
author | Martin Braun <martin.braun@ettus.com> | 2021-12-03 12:37:51 +0100 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2021-12-03 11:33:07 -0800 |
commit | 74d25ea88a810e4d440b5497c3a5eeb97be8ff90 (patch) | |
tree | 31da5da973b844e0bb97b1a7a4b001f3dd598c80 /host/tests/chdr_parse_test.cpp | |
parent | 3b41e0b055c6b555e3baccc14fa9c90c3d425447 (diff) | |
download | uhd-74d25ea88a810e4d440b5497c3a5eeb97be8ff90.tar.gz uhd-74d25ea88a810e4d440b5497c3a5eeb97be8ff90.tar.bz2 uhd-74d25ea88a810e4d440b5497c3a5eeb97be8ff90.zip |
uhd: Remove superfluous boost/bind.hpp includes
On newer versions of Boost, they show deprecation notes. However,
they're not actually used any more so they can go.
Diffstat (limited to 'host/tests/chdr_parse_test.cpp')
-rw-r--r-- | host/tests/chdr_parse_test.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/host/tests/chdr_parse_test.cpp b/host/tests/chdr_parse_test.cpp index b71c136ee..535afdede 100644 --- a/host/tests/chdr_parse_test.cpp +++ b/host/tests/chdr_parse_test.cpp @@ -6,8 +6,6 @@ #include <uhd/rfnoc/chdr_types.hpp> #include <uhd/utils/chdr/chdr_packet.hpp> #include <chdr_resource/hardcoded_packets.cpp> -#include <boost/bind.hpp> -#include <boost/optional/optional_io.hpp> #include <boost/test/unit_test.hpp> #include <bitset> #include <iostream> |