aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/include/uhdlib/experts/expert_factory.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/include/uhdlib/experts/expert_factory.hpp')
-rw-r--r--host/lib/include/uhdlib/experts/expert_factory.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/lib/include/uhdlib/experts/expert_factory.hpp b/host/lib/include/uhdlib/experts/expert_factory.hpp
index 72798eccc..e7164e00e 100644
--- a/host/lib/include/uhdlib/experts/expert_factory.hpp
+++ b/host/lib/include/uhdlib/experts/expert_factory.hpp
@@ -11,7 +11,7 @@
#include <uhdlib/experts/expert_container.hpp>
#include <uhd/property_tree.hpp>
#include <uhd/config.hpp>
-#include <boost/noncopyable.hpp>
+#include <uhd/utils/noncopyable.hpp>
#include <boost/bind.hpp>
#include <memory>
@@ -28,7 +28,7 @@ namespace uhd { namespace experts {
* storage on destruction.
*
*/
- class UHD_API expert_factory : public boost::noncopyable {
+ class UHD_API expert_factory : public uhd::noncopyable {
public:
/*!