]> sigrok.org Git - pulseview.git/blobdiff - pv/data/logicsnapshot.cpp
Replaced using namespace with using class directives
[pulseview.git] / pv / data / logicsnapshot.cpp
index d32274b3322cb4b02808343dad61f92afee57774..f2fa81bcdde675fa9811977a32261be129687b75 100644 (file)
 
 #include "logicsnapshot.h"
 
-using namespace boost;
-using namespace std;
+using boost::lock_guard;
+using boost::recursive_mutex;
+using std::max;
+using std::min;
+using std::pair;
 
 namespace pv {
 namespace data {