std::shared_ptr
[dcpomatic.git] / src / lib / dkdm_wrapper.cc
index 23539bd94a4912ae24c5b62a8e6e2bd740ab6506..66f67114dd0f4347f855dee4a62fdd2dd4bbbcec 100644 (file)
@@ -29,8 +29,8 @@ DCPOMATIC_ENABLE_WARNINGS
 
 using std::string;
 using std::list;
-using boost::shared_ptr;
-using boost::dynamic_pointer_cast;
+using std::shared_ptr;
+using std::dynamic_pointer_cast;
 
 shared_ptr<DKDMBase>
 DKDMBase::read (cxml::ConstNodePtr node)