std::shared_ptr
[libdcp.git] / tools / common.cc
index 0238a8cc09469182acc896e0a027f9fb6308183a..ca3fd2c5afd226cc93332a860da66e03a08ef832 100644 (file)
@@ -35,8 +35,8 @@
 #include "dcp.h"
 
 using std::list;
-using boost::shared_ptr;
-using boost::dynamic_pointer_cast;
+using std::shared_ptr;
+using std::dynamic_pointer_cast;
 
 void
 dcp::filter_notes (list<dcp::VerificationNote>& notes, bool ignore_missing_assets)