BOOST_FOREACH.
[dcpomatic.git] / src / lib / video_decoder.cc
index 2850b5aa031a939700bad58ff6a0e7ee2b15b614..cab8197cb75420eb2ba29e88ab51dfaaa7c68cdf 100644 (file)
@@ -25,7 +25,6 @@
 #include "log.h"
 #include "frame_interval_checker.h"
 #include "compose.hpp"
-#include <boost/foreach.hpp>
 #include <iostream>
 
 #include "i18n.h"
@@ -34,7 +33,7 @@ using std::cout;
 using std::list;
 using std::max;
 using std::back_inserter;
-using boost::shared_ptr;
+using std::shared_ptr;
 using boost::optional;
 using namespace dcpomatic;