std::shared_ptr
[dcpomatic.git] / src / lib / active_text.cc
index 2988c04a397e66aebb73d8198445e1986f9513f1..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;
 
 /** Get the open captions that should be burnt into a given period.
  *  @param period Period of interest.