std::shared_ptr
[dcpomatic.git] / test / vf_test.cc
index e0d328447081846ef13aa1f978abfdb31729635d..9fc02412a62d3e5ba97c50ea498797bb532cb501 100644 (file)
@@ -20,7 +20,7 @@
 
 /** @file  test/vf_Test.cc
  *  @brief Various VF-related tests.
- *  @ingroup specific
+ *  @ingroup feature
  */
 
 #include "lib/film.h"
@@ -43,8 +43,8 @@
 using std::list;
 using std::string;
 using std::cout;
-using boost::shared_ptr;
-using boost::dynamic_pointer_cast;
+using std::shared_ptr;
+using std::dynamic_pointer_cast;
 using namespace dcpomatic;
 
 /** Test the logic which decides whether a DCP can be referenced or not */