]> sigrok.org Git - pulseview.git/blobdiff - pv/data/snapshot.cpp
Replaced using namespace with using class directives
[pulseview.git] / pv / data / snapshot.cpp
index 602388412f00624cc6db0cfbce81fff684b1223f..85f54e784a1174cc0023ae687964ddc6c9ef6165 100644 (file)
@@ -24,7 +24,8 @@
 #include <stdlib.h>
 #include <string.h>
 
-using namespace boost;
+using boost::lock_guard;
+using boost::recursive_mutex;
 
 namespace pv {
 namespace data {