std::shared_ptr
[dcpomatic.git] / test / image_proxy_test.cc
index a80a97f07273bdb522e74aa4e99aa7ec78babef6..9dedb854ab36be4e36b2082b757c0f64b15d8f21 100644 (file)
 #include "lib/ffmpeg_image_proxy.h"
 #include "lib/j2k_image_proxy.h"
 #include "test.h"
-#include <boost/shared_ptr.hpp>
 #include <boost/test/unit_test.hpp>
 
 
-using boost::shared_ptr;
+using std::shared_ptr;
 
 
 static const boost::filesystem::path data_file0 = TestPaths::private_data() / "player_seek_test_0.png";