diff options
author | Martin Braun <martin.braun@ettus.com> | 2021-06-19 00:10:39 +0200 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2021-06-24 12:00:49 -0500 |
commit | 7044fcdca577c798b60370d988337d6a113cb639 (patch) | |
tree | 3fd745ccf68b7da6b671ea1baf9ae8b6989e33c1 /host/lib/usrp/cores | |
parent | 188fbb17cfd18c87f60ec56f62476f97ef2779bb (diff) | |
download | uhd-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/usrp/cores')
-rw-r--r-- | host/lib/usrp/cores/rx_dsp_core_3000.cpp | 1 | ||||
-rw-r--r-- | host/lib/usrp/cores/rx_frontend_core_3000.cpp | 1 | ||||
-rw-r--r-- | host/lib/usrp/cores/tx_dsp_core_200.cpp | 1 | ||||
-rw-r--r-- | host/lib/usrp/cores/tx_dsp_core_3000.cpp | 1 |
4 files changed, 0 insertions, 4 deletions
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> |