std::shared_ptr
[dcpomatic.git] / src / lib / string_text_file.h
index 5ade4a9ec8be3534372db5e9e7157f317bbe9a8c..c6fdac1e8834af1238ab481c2eb31f2e76bdea8c 100644 (file)
@@ -23,7 +23,6 @@
 
 #include "dcpomatic_time.h"
 #include <sub/subtitle.h>
-#include <boost/shared_ptr.hpp>
 #include <vector>
 
 class StringTextFileContent;
@@ -41,7 +40,7 @@ class plain_text_parse_test;
 class StringTextFile
 {
 public:
-       explicit StringTextFile (boost::shared_ptr<const StringTextFileContent>);
+       explicit StringTextFile (std::shared_ptr<const StringTextFileContent>);
 
        boost::optional<dcpomatic::ContentTime> first () const;
        dcpomatic::ContentTime length () const;