From 5d9a7c92d3eb0a9cb719e6e6386d533da59a51db Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Thu, 26 Apr 2018 13:13:32 -0700 Subject: lib: Purge use of boost::assign, except for uhd::dict Replaced with initialization lists. Note: uhd::dict does not work with initializer lists without making changes to said data structure. This commit has no functional changes, so keeping the boost::assigns for uhd::dict. --- host/include/uhd/types/byte_vector.hpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'host/include') diff --git a/host/include/uhd/types/byte_vector.hpp b/host/include/uhd/types/byte_vector.hpp index d380e3531..9cf0be88c 100644 --- a/host/include/uhd/types/byte_vector.hpp +++ b/host/include/uhd/types/byte_vector.hpp @@ -8,15 +8,12 @@ #ifndef INCLUDED_UHD_TYPES_BYTE_VECTOR_HPP #define INCLUDED_UHD_TYPES_BYTE_VECTOR_HPP +#include +#include #include #include #include -#include -#include - -#include - namespace uhd{ //! Byte vector used for I2C data passing and EEPROM parsing. -- cgit v1.2.3