From 7044fcdca577c798b60370d988337d6a113cb639 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Sat, 19 Jun 2021 00:10:39 +0200 Subject: uhd: Remove includes of list_of.hpp where appropriate This Boost header is included in some places, despite not being used. --- host/lib/include/uhdlib/usrp/constrained_device_args.hpp | 1 - host/lib/usrp/cores/rx_dsp_core_3000.cpp | 1 - host/lib/usrp/cores/rx_frontend_core_3000.cpp | 1 - host/lib/usrp/cores/tx_dsp_core_200.cpp | 1 - host/lib/usrp/cores/tx_dsp_core_3000.cpp | 1 - host/lib/usrp/dboard/db_basic_and_lf.cpp | 1 - host/lib/usrp/multi_usrp.cpp | 1 - host/lib/usrp_clock/multi_usrp_clock.cpp | 1 - host/lib/usrp_clock/octoclock/octoclock_eeprom.cpp | 1 - 9 files changed, 9 deletions(-) (limited to 'host/lib') 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 #include #include -#include #include #include #include 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 #include #include -#include #include #include #include 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 #include #include -#include #include #include 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 #include #include -#include #include #include #include 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 #include #include -#include #include #include #include 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 #include #include -#include #include 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 #include #include -#include #include #include #include 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 #include #include -#include #include 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 #include #include -#include typedef boost::asio::ip::address_v4 ip_v4; -- cgit v1.2.3