Use libdcp's warnings.h
[dcpomatic.git] / src / wx / content_colour_conversion_dialog.cc
index 54f56f432cb041ebeaa7d5a128afa5f22f66de18..5b5a1983c167b30d95f28a6be3db797315a689a6 100644 (file)
 #include "lib/colour_conversion.h"
 #include "lib/config.h"
 #include "lib/util.h"
-#include "lib/warnings.h"
-DCPOMATIC_DISABLE_WARNINGS
+#include <dcp/warnings.h>
+LIBDCP_DISABLE_WARNINGS
 #include <wx/statline.h>
-DCPOMATIC_ENABLE_WARNINGS
-#include <iostream>
+LIBDCP_ENABLE_WARNINGS
 
 
-using std::cout;
 using std::string;
 using std::vector;
 using boost::optional;