aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests/buffer_test.cpp
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/tests/buffer_test.cpp
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/tests/buffer_test.cpp')
-rw-r--r--host/tests/buffer_test.cpp2
1 files changed, 0 insertions, 2 deletions
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 <uhd/transport/bounded_buffer.hpp>
-#include <boost/assign/list_of.hpp>
#include <boost/test/unit_test.hpp>
-using namespace boost::assign;
using namespace uhd::transport;
static const double timeout = 0.01 /*secs*/;