std::shared_ptr
[dcpomatic.git] / src / lib / filter_graph.cc
index daceeaf2d96924b97fb5af633927e73e04fdd2f7..2a690eeb9aa276a79afe08508b0d864edc5af882 100644 (file)
@@ -42,8 +42,8 @@ using std::pair;
 using std::make_pair;
 using std::cout;
 using std::vector;
-using boost::shared_ptr;
-using boost::weak_ptr;
+using std::shared_ptr;
+using std::weak_ptr;
 using dcp::Size;
 
 /** Construct a FilterGraph for the settings in a piece of content */