More c++ tidying.
[dcpomatic.git] / src / lib / ffmpeg_examiner.cc
index bfd7e77227bbad5d73d93e523fbcb02c558a279d..23c2f1a72609189a010ba041f9e02f292f96b9c3 100644 (file)
@@ -36,7 +36,6 @@ extern "C" {
 #include <libavutil/display.h>
 }
 DCPOMATIC_ENABLE_WARNINGS
-#include <boost/foreach.hpp>
 #include <iostream>
 
 #include "i18n.h"
@@ -45,7 +44,7 @@ using std::string;
 using std::cout;
 using std::max;
 using std::vector;
-using boost::shared_ptr;
+using std::shared_ptr;
 using boost::optional;
 using namespace dcpomatic;