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/tests/addr_test.cpp | 1 - host/tests/buffer_test.cpp | 2 -- host/tests/config_parser_test.cpp | 1 - 3 files changed, 4 deletions(-) (limited to 'host/tests') diff --git a/host/tests/addr_test.cpp b/host/tests/addr_test.cpp index 03608d723..2fb4b80c5 100644 --- a/host/tests/addr_test.cpp +++ b/host/tests/addr_test.cpp @@ -8,7 +8,6 @@ #include #include #include -#include #include #include #include diff --git a/host/tests/buffer_test.cpp b/host/tests/buffer_test.cpp index ef4c68ff2..8eb5db2f6 100644 --- a/host/tests/buffer_test.cpp +++ b/host/tests/buffer_test.cpp @@ -6,10 +6,8 @@ // #include -#include #include -using namespace boost::assign; using namespace uhd::transport; static const double timeout = 0.01 /*secs*/; diff --git a/host/tests/config_parser_test.cpp b/host/tests/config_parser_test.cpp index 2016776a7..a05589222 100644 --- a/host/tests/config_parser_test.cpp +++ b/host/tests/config_parser_test.cpp @@ -5,7 +5,6 @@ // #include -#include #include #include #include -- cgit v1.2.3