C++11 tidying.
[dcpomatic.git] / src / wx / content_sub_panel.cc
index 1a92c0dcd3b1e03955bb33d6daca342b9bda9ab4..e0a1a52bddac98382118852cc029b0c9c005c769 100644 (file)
 #include "lib/compose.hpp"
 #include "lib/log.h"
 #include <wx/notebook.h>
-#include <boost/foreach.hpp>
 
 using std::list;
 using std::string;
-using boost::shared_ptr;
+using std::shared_ptr;
 #if BOOST_VERSION >= 106100
 using namespace boost::placeholders;
 #endif