std::shared_ptr
[libdcp.git] / src / modified_gamma_transfer_function.cc
index 7522cde7a01e281fcf10451e0fa2761b32983140..bb3886898c5a2ed2c619253f4ecb18f5832c8de8 100644 (file)
@@ -35,8 +35,8 @@
 #include <cmath>
 
 using std::pow;
-using boost::shared_ptr;
-using boost::dynamic_pointer_cast;
+using std::shared_ptr;
+using std::dynamic_pointer_cast;
 using namespace dcp;
 
 ModifiedGammaTransferFunction::ModifiedGammaTransferFunction (double power, double threshold, double A, double B)