Use libdcp's warnings.h
[dcpomatic.git] / src / wx / timeline_dialog.cc
index 975f7cd9d6c375802c1b684296e2ff8138fcd21e..c7f057b1ebfacd286aa38cb6ed519a0bfa918803 100644 (file)
 #include "lib/compose.hpp"
 #include "lib/cross.h"
 #include "lib/playlist.h"
+#include <dcp/warnings.h>
+LIBDCP_DISABLE_WARNINGS
 #include <wx/graphics.h>
-#include <iostream>
+LIBDCP_ENABLE_WARNINGS
 #include <list>
 
 
 using std::list;
-using std::cout;
-using std::string;
 using std::shared_ptr;
+using std::string;
 using std::weak_ptr;
 #if BOOST_VERSION >= 106100
 using namespace boost::placeholders;