std::shared_ptr
[dcpomatic.git] / src / lib / active_text.cc
index 3a7e1a27ebeff7a43e63877e65416fc82b102bb0..30f3b8ca661a5f68f406ec729b6c72df088cb1ed 100644 (file)
 
 */
 
+
 #include "active_text.h"
 #include "text_content.h"
-#include <boost/shared_ptr.hpp>
-#include <boost/weak_ptr.hpp>
+
 
 using std::list;
 using std::pair;
 using std::make_pair;
-using boost::weak_ptr;
-using boost::shared_ptr;
+using std::weak_ptr;
+using std::shared_ptr;
 using boost::optional;
 using namespace dcpomatic;