std::shared_ptr
[dcpomatic.git] / src / lib / content_factory.h
index f712d9364a1f3bed8666b941b8da19fd07e49cf4..ab76a29dc6367c9b6ee96d58fa2095bed8e8d90c 100644 (file)
  */
 
 #include <libcxml/cxml.h>
-#include <boost/shared_ptr.hpp>
 
 class Film;
 class Content;
 
-extern boost::shared_ptr<Content> content_factory (boost::shared_ptr<const Film>, cxml::ConstNodePtr, int, std::list<std::string> &);
-extern std::list<boost::shared_ptr<Content> > content_factory (boost::shared_ptr<const Film>, boost::filesystem::path);
+extern std::shared_ptr<Content> content_factory (cxml::ConstNodePtr, int, std::list<std::string> &);
+extern std::list<std::shared_ptr<Content> > content_factory (boost::filesystem::path);