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/buffer_test.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'host/tests/buffer_test.cpp') 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*/; -- cgit v1.2.3