std::shared_ptr
[dcpomatic.git] / src / wx / language_tag_dialog.cc
index 245dee2dbf37551becced762afc8bd31d1585af2..2d2fc81f665a578d97fa2f275a38186a01e885b7 100644 (file)
@@ -29,7 +29,6 @@
 #include <boost/bind/bind.hpp>
 #include <boost/foreach.hpp>
 #include <boost/optional.hpp>
-#include <boost/shared_ptr.hpp>
 #include <boost/signals2.hpp>
 #include <iostream>
 #include <iterator>
@@ -42,8 +41,8 @@ using std::pair;
 using std::string;
 using std::vector;
 using boost::optional;
-using boost::shared_ptr;
-using boost::weak_ptr;
+using std::shared_ptr;
+using std::weak_ptr;
 #if BOOST_VERSION >= 106100
 using namespace boost::placeholders;
 #endif