std::shared_ptr
[dcpomatic.git] / test / j2k_bandwidth_test.cc
index 832f48c3f8cd6ac28a21068edc650d651a9db228..c114cbfe7111641281d63742bb22dc68ea2d65d6 100644 (file)
@@ -20,7 +20,7 @@
 
 /** @file  test/bandwidth_test.cc
  *  @brief Test whether we output whatever J2K bandwidth is requested.
- *  @ingroup specific
+ *  @ingroup feature
  */
 
 #include "test.h"
 #include "lib/video_content.h"
 #include <dcp/raw_convert.h>
 #include <boost/test/unit_test.hpp>
-#include <boost/shared_ptr.hpp>
+
 
 using std::string;
-using boost::shared_ptr;
+using std::shared_ptr;
 
 static void
 check (int target_bits_per_second)