X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Flanguage_tag_dialog.cc;h=2d2fc81f665a578d97fa2f275a38186a01e885b7;hb=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26;hp=245dee2dbf37551becced762afc8bd31d1585af2;hpb=bd7f4bbde17d2087ba4c4bddf6439b3df869b1db;p=dcpomatic.git diff --git a/src/wx/language_tag_dialog.cc b/src/wx/language_tag_dialog.cc index 245dee2db..2d2fc81f6 100644 --- a/src/wx/language_tag_dialog.cc +++ b/src/wx/language_tag_dialog.cc @@ -29,7 +29,6 @@ #include #include #include -#include #include #include #include @@ -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