std::shared_ptr
[dcpomatic.git] / src / lib / audio_content.cc
index 22521c9e9b8be6ab6a263ef44b62b7ed22302e5f..79a00b24934a577be5298ae716b2f76428c06070 100644 (file)
@@ -39,8 +39,8 @@ using std::fixed;
 using std::list;
 using std::pair;
 using std::setprecision;
-using boost::shared_ptr;
-using boost::dynamic_pointer_cast;
+using std::shared_ptr;
+using std::dynamic_pointer_cast;
 using boost::optional;
 using dcp::raw_convert;
 using namespace dcpomatic;