summaryrefslogtreecommitdiff
path: root/test/read_interop_subtitle_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/read_interop_subtitle_test.cc')
-rw-r--r--test/read_interop_subtitle_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/read_interop_subtitle_test.cc b/test/read_interop_subtitle_test.cc
index 2860a725..c665bcc2 100644
--- a/test/read_interop_subtitle_test.cc
+++ b/test/read_interop_subtitle_test.cc
@@ -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)