std::shared_ptr
[dcpomatic.git] / test / j2k_bandwidth_test.cc
index a1e6c1ac68bdf1989289c49820c4b27a5ab691de..c114cbfe7111641281d63742bb22dc68ea2d65d6 100644 (file)
 #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)