std::shared_ptr
[dcpomatic.git] / test / hints_test.cc
index 5222f904634274d97a730db32bbdda56f8af67ec..1be36193a96374fe6a7584d0e3abe476d515fddc 100644 (file)
 #include "lib/text_content.h"
 #include "lib/util.h"
 #include "test.h"
-#include <boost/shared_ptr.hpp>
 #include <boost/test/unit_test.hpp>
 
 
 using std::string;
 using std::vector;
 using boost::optional;
-using boost::shared_ptr;
+using std::shared_ptr;
 
 
 vector<string> current_hints;