std::shared_ptr
[dcpomatic.git] / src / lib / empty.cc
index c145c231bc02c1cef932282602aa7f8e0b27ce5b..00baaeb141e86a7d4a12ae7abb5181ed583f055b 100644 (file)
@@ -31,8 +31,8 @@
 
 using std::cout;
 using std::list;
-using boost::shared_ptr;
-using boost::dynamic_pointer_cast;
+using std::shared_ptr;
+using std::dynamic_pointer_cast;
 using boost::function;
 using namespace dcpomatic;