std::shared_ptr
[libdcp.git] / test / read_interop_subtitle_test.cc
index 2860a725f6ef0739e6111bb776243c5207701877..c665bcc21d66690e8ce6d10d88ddea4a97eda840 100644 (file)
@@ -40,8 +40,8 @@
 
 using std::list;
 using std::string;
-using boost::shared_ptr;
-using boost::dynamic_pointer_cast;
+using std::shared_ptr;
+using std::dynamic_pointer_cast;
 
 /** Load some subtitle content from Interop XML and check that it is read correctly */
 BOOST_AUTO_TEST_CASE (read_interop_subtitle_test1)