std::shared_ptr
[dcpomatic.git] / src / lib / butler.cc
index 270abd2d6348dc32f6d7009cfde5683c3f4b8c91..d09b0356a7829e8afa5be0714d8c8d585e1296f2 100644 (file)
 #include "compose.hpp"
 #include "exceptions.h"
 #include "video_content.h"
-#include <boost/weak_ptr.hpp>
-#include <boost/shared_ptr.hpp>
+
 
 using std::cout;
 using std::pair;
 using std::make_pair;
 using std::string;
-using boost::weak_ptr;
-using boost::shared_ptr;
+using std::weak_ptr;
+using std::shared_ptr;
 using boost::bind;
 using boost::optional;
 using boost::function;