diff options
Diffstat (limited to 'host/lib/usrp/cores/wb_iface.hpp')
-rw-r--r-- | host/lib/usrp/cores/wb_iface.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/host/lib/usrp/cores/wb_iface.hpp b/host/lib/usrp/cores/wb_iface.hpp index 8a873e5dc..982594b21 100644 --- a/host/lib/usrp/cores/wb_iface.hpp +++ b/host/lib/usrp/cores/wb_iface.hpp @@ -20,10 +20,9 @@ #include <uhd/config.hpp> #include <boost/cstdint.hpp> -#include <boost/utility.hpp> #include <boost/shared_ptr.hpp> -class wb_iface : boost::noncopyable{ +class wb_iface{ public: typedef boost::shared_ptr<wb_iface> sptr; typedef boost::uint32_t wb_addr_type; |