BOOST_FOREACH.
[dcpomatic.git] / src / lib / decoder_factory.cc
index 12e3f3ddd46fe7356b7a336ac3a0bc95e0575eb6..1acef6f4fbe9326d8b50d0f59050f0489a55e6bc 100644 (file)
 #include "video_mxf_content.h"
 #include "video_mxf_decoder.h"
 #include "timer.h"
-#include <boost/foreach.hpp>
 
 using std::list;
-using boost::shared_ptr;
-using boost::dynamic_pointer_cast;
+using std::shared_ptr;
+using std::dynamic_pointer_cast;
 
 template <class T>
 shared_ptr<T>