aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2021-12-03 12:37:51 +0100
committerAaron Rossetto <aaron.rossetto@ni.com>2021-12-03 11:33:07 -0800
commit74d25ea88a810e4d440b5497c3a5eeb97be8ff90 (patch)
tree31da5da973b844e0bb97b1a7a4b001f3dd598c80 /host/lib
parent3b41e0b055c6b555e3baccc14fa9c90c3d425447 (diff)
downloaduhd-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/lib')
-rw-r--r--host/lib/transport/nirio/rpc/rpc_client.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/host/lib/transport/nirio/rpc/rpc_client.cpp b/host/lib/transport/nirio/rpc/rpc_client.cpp
index 7b5970610..16dd5aa82 100644
--- a/host/lib/transport/nirio/rpc/rpc_client.cpp
+++ b/host/lib/transport/nirio/rpc/rpc_client.cpp
@@ -8,7 +8,6 @@
#include <uhd/transport/nirio/rpc/rpc_client.hpp>
#include <uhdlib/utils/narrow.hpp>
#include <boost/asio/error.hpp>
-#include <boost/bind.hpp>
#include <boost/format.hpp>
#include <boost/version.hpp>