std::shared_ptr
[dcpomatic.git] / src / lib / dcp_examiner.cc
index 27eb74a5d5231e559cc5856ff78040d105e8c786..fc1fbc53a7163fe7f7decee339435d41f833506e 100644 (file)
@@ -53,8 +53,8 @@ using std::list;
 using std::cout;
 using std::runtime_error;
 using std::map;
-using boost::shared_ptr;
-using boost::dynamic_pointer_cast;
+using std::shared_ptr;
+using std::dynamic_pointer_cast;
 
 DCPExaminer::DCPExaminer (shared_ptr<const DCPContent> content, bool tolerant)
        : DCP (content, tolerant)