std::shared_ptr
[dcpomatic.git] / src / lib / text_decoder.cc
index 8146d33aa416e3d6574c0be4b3898c377ecec2e7..3f6afd710be6d32474a0f3260ddbf9c1b52e1ae5 100644 (file)
@@ -24,7 +24,6 @@
 #include "log.h"
 #include "compose.hpp"
 #include <sub/subtitle.h>
-#include <boost/shared_ptr.hpp>
 #include <boost/foreach.hpp>
 #include <boost/algorithm/string.hpp>
 #include <iostream>
@@ -34,7 +33,7 @@ using std::cout;
 using std::string;
 using std::min;
 using std::max;
-using boost::shared_ptr;
+using std::shared_ptr;
 using boost::optional;
 using boost::function;
 using namespace dcpomatic;