std::shared_ptr
[dcpomatic.git] / src / wx / player_information.cc
index 9a569c00cc127226dd0d3c6c3db76cef9df1d812..f0eaa59bbea8e643ce7900f332fc3836e824061e 100644 (file)
@@ -30,9 +30,9 @@
 
 using std::cout;
 using std::string;
-using boost::shared_ptr;
-using boost::weak_ptr;
-using boost::dynamic_pointer_cast;
+using std::shared_ptr;
+using std::weak_ptr;
+using std::dynamic_pointer_cast;
 using boost::optional;
 
 /* This should be even */