]> sigrok.org Git - pulseview.git/blobdiff - pv/view/view.cpp
Replaced boost::shared_ptr with std::shared_ptr
[pulseview.git] / pv / view / view.cpp
index 0ebfea1e6d532b94c959569aaf5f1e9d03e601d4..d33d4ec95065a7eaae9ea2570d5eff5f3795c876 100644 (file)
@@ -41,8 +41,6 @@
 #include "pv/data/logic.h"
 #include "pv/data/logicsnapshot.h"
 
-using boost::shared_ptr;
-using boost::weak_ptr;
 using pv::data::SignalData;
 using std::deque;
 using std::list;
@@ -51,7 +49,9 @@ using std::make_pair;
 using std::min;
 using std::pair;
 using std::set;
+using std::shared_ptr;
 using std::vector;
+using std::weak_ptr;
 
 namespace pv {
 namespace view {