aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2021-06-19 00:10:39 +0200
committerAaron Rossetto <aaron.rossetto@ni.com>2021-06-24 12:00:49 -0500
commit7044fcdca577c798b60370d988337d6a113cb639 (patch)
tree3fd745ccf68b7da6b671ea1baf9ae8b6989e33c1 /host/lib
parent188fbb17cfd18c87f60ec56f62476f97ef2779bb (diff)
downloaduhd-7044fcdca577c798b60370d988337d6a113cb639.tar.gz
uhd-7044fcdca577c798b60370d988337d6a113cb639.tar.bz2
uhd-7044fcdca577c798b60370d988337d6a113cb639.zip
uhd: Remove includes of list_of.hpp where appropriate
This Boost header is included in some places, despite not being used.
Diffstat (limited to 'host/lib')
-rw-r--r--host/lib/include/uhdlib/usrp/constrained_device_args.hpp1
-rw-r--r--host/lib/usrp/cores/rx_dsp_core_3000.cpp1
-rw-r--r--host/lib/usrp/cores/rx_frontend_core_3000.cpp1
-rw-r--r--host/lib/usrp/cores/tx_dsp_core_200.cpp1
-rw-r--r--host/lib/usrp/cores/tx_dsp_core_3000.cpp1
-rw-r--r--host/lib/usrp/dboard/db_basic_and_lf.cpp1
-rw-r--r--host/lib/usrp/multi_usrp.cpp1
-rw-r--r--host/lib/usrp_clock/multi_usrp_clock.cpp1
-rw-r--r--host/lib/usrp_clock/octoclock/octoclock_eeprom.cpp1
9 files changed, 0 insertions, 9 deletions
diff --git a/host/lib/include/uhdlib/usrp/constrained_device_args.hpp b/host/lib/include/uhdlib/usrp/constrained_device_args.hpp
index bdd492752..e0c2c9b90 100644
--- a/host/lib/include/uhdlib/usrp/constrained_device_args.hpp
+++ b/host/lib/include/uhdlib/usrp/constrained_device_args.hpp
@@ -12,7 +12,6 @@
#include <uhd/utils/cast.hpp>
#include <unordered_map>
#include <boost/algorithm/string.hpp>
-#include <boost/assign/list_of.hpp>
#include <boost/format.hpp>
#include <sstream>
#include <string>
diff --git a/host/lib/usrp/cores/rx_dsp_core_3000.cpp b/host/lib/usrp/cores/rx_dsp_core_3000.cpp
index 9b7013cea..879748fa2 100644
--- a/host/lib/usrp/cores/rx_dsp_core_3000.cpp
+++ b/host/lib/usrp/cores/rx_dsp_core_3000.cpp
@@ -12,7 +12,6 @@
#include <uhd/utils/safe_call.hpp>
#include <uhdlib/usrp/cores/dsp_core_utils.hpp>
#include <uhdlib/usrp/cores/rx_dsp_core_3000.hpp>
-#include <boost/assign/list_of.hpp>
#include <algorithm>
#include <cmath>
#include <functional>
diff --git a/host/lib/usrp/cores/rx_frontend_core_3000.cpp b/host/lib/usrp/cores/rx_frontend_core_3000.cpp
index 2424783e3..eef25f27d 100644
--- a/host/lib/usrp/cores/rx_frontend_core_3000.cpp
+++ b/host/lib/usrp/cores/rx_frontend_core_3000.cpp
@@ -10,7 +10,6 @@
#include <uhd/utils/math.hpp>
#include <uhdlib/usrp/cores/dsp_core_utils.hpp>
#include <uhdlib/usrp/cores/rx_frontend_core_3000.hpp>
-#include <boost/assign/list_of.hpp>
#include <cmath>
#include <functional>
diff --git a/host/lib/usrp/cores/tx_dsp_core_200.cpp b/host/lib/usrp/cores/tx_dsp_core_200.cpp
index e38938863..b18262a5b 100644
--- a/host/lib/usrp/cores/tx_dsp_core_200.cpp
+++ b/host/lib/usrp/cores/tx_dsp_core_200.cpp
@@ -11,7 +11,6 @@
#include <uhd/utils/math.hpp>
#include <uhdlib/usrp/cores/dsp_core_utils.hpp>
#include <uhdlib/usrp/cores/tx_dsp_core_200.hpp>
-#include <boost/assign/list_of.hpp>
#include <algorithm>
#include <chrono>
#include <cmath>
diff --git a/host/lib/usrp/cores/tx_dsp_core_3000.cpp b/host/lib/usrp/cores/tx_dsp_core_3000.cpp
index b7f5614a7..a0d866380 100644
--- a/host/lib/usrp/cores/tx_dsp_core_3000.cpp
+++ b/host/lib/usrp/cores/tx_dsp_core_3000.cpp
@@ -11,7 +11,6 @@
#include <uhd/utils/math.hpp>
#include <uhdlib/usrp/cores/dsp_core_utils.hpp>
#include <uhdlib/usrp/cores/tx_dsp_core_3000.hpp>
-#include <boost/assign/list_of.hpp>
#include <algorithm>
#include <cmath>
#include <functional>
diff --git a/host/lib/usrp/dboard/db_basic_and_lf.cpp b/host/lib/usrp/dboard/db_basic_and_lf.cpp
index d97220fde..1db166614 100644
--- a/host/lib/usrp/dboard/db_basic_and_lf.cpp
+++ b/host/lib/usrp/dboard/db_basic_and_lf.cpp
@@ -13,7 +13,6 @@
#include <uhd/utils/assert_has.hpp>
#include <uhd/utils/log.hpp>
#include <uhd/utils/static.hpp>
-#include <boost/assign/list_of.hpp>
#include <boost/format.hpp>
using namespace uhd;
diff --git a/host/lib/usrp/multi_usrp.cpp b/host/lib/usrp/multi_usrp.cpp
index 048db0d35..721b57ec9 100644
--- a/host/lib/usrp/multi_usrp.cpp
+++ b/host/lib/usrp/multi_usrp.cpp
@@ -23,7 +23,6 @@
#include <uhdlib/usrp/gpio_defs.hpp>
#include <uhdlib/usrp/multi_usrp_utils.hpp>
#include <boost/algorithm/string.hpp>
-#include <boost/assign/list_of.hpp>
#include <boost/format.hpp>
#include <algorithm>
#include <bitset>
diff --git a/host/lib/usrp_clock/multi_usrp_clock.cpp b/host/lib/usrp_clock/multi_usrp_clock.cpp
index e227f345b..b8eb6ef38 100644
--- a/host/lib/usrp_clock/multi_usrp_clock.cpp
+++ b/host/lib/usrp_clock/multi_usrp_clock.cpp
@@ -10,7 +10,6 @@
#include <uhd/usrp_clock/multi_usrp_clock.hpp>
#include <uhd/usrp_clock/octoclock_eeprom.hpp>
#include <uhd/utils/log.hpp>
-#include <boost/assign/list_of.hpp>
#include <boost/format.hpp>
using namespace uhd;
diff --git a/host/lib/usrp_clock/octoclock/octoclock_eeprom.cpp b/host/lib/usrp_clock/octoclock/octoclock_eeprom.cpp
index ad6d9c7db..9023c6607 100644
--- a/host/lib/usrp_clock/octoclock/octoclock_eeprom.cpp
+++ b/host/lib/usrp_clock/octoclock/octoclock_eeprom.cpp
@@ -15,7 +15,6 @@
#include <uhd/usrp_clock/octoclock_eeprom.hpp>
#include <uhd/utils/byteswap.hpp>
#include <boost/asio.hpp>
-#include <boost/assign/list_of.hpp>
typedef boost::asio::ip::address_v4 ip_v4;