BOOST_FOREACH.
[dcpomatic.git] / src / lib / video_ring_buffers.cc
index 24d904e7e48013b79618754c6761e62de781a2ff..8c73aba25d636d67b621f582be6440d9c2c5b3e8 100644 (file)
@@ -21,7 +21,6 @@
 #include "video_ring_buffers.h"
 #include "player_video.h"
 #include "compose.hpp"
-#include <boost/foreach.hpp>
 #include <list>
 #include <iostream>
 
@@ -30,7 +29,7 @@ using std::make_pair;
 using std::cout;
 using std::pair;
 using std::string;
-using boost::shared_ptr;
+using std::shared_ptr;
 using boost::optional;
 using namespace dcpomatic;