aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/include/uhdlib
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/lib/include/uhdlib
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/lib/include/uhdlib')
-rw-r--r--host/lib/include/uhdlib/usrp/constrained_device_args.hpp1
1 files changed, 0 insertions, 1 deletions
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 <uhd/utils/cast.hpp>
#include <unordered_map>
#include <boost/algorithm/string.hpp>
-#include <boost/assign/list_of.hpp>
#include <boost/format.hpp>
#include <sstream>
#include <string>