diff options
Diffstat (limited to 'src/lib/active_text.cc')
| -rw-r--r-- | src/lib/active_text.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/active_text.cc b/src/lib/active_text.cc index 3a7e1a27e..30f3b8ca6 100644 --- a/src/lib/active_text.cc +++ b/src/lib/active_text.cc @@ -18,16 +18,16 @@ */ + #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; |
