Use libdcp's warnings.h
[dcpomatic.git] / src / wx / player_stress_tester.cc
index 0b5889c37a294bc117465b9bb8f8c9ea1be0f4b0..2593757270a075f10f1c4b4788d23c9ec9705249 100644 (file)
 
 #include "controls.h"
 #include "player_stress_tester.h"
-#include "lib/warnings.h"
 #include <dcp/raw_convert.h>
 #include <dcp/util.h>
-DCPOMATIC_DISABLE_WARNINGS
+#include <dcp/warnings.h>
+LIBDCP_DISABLE_WARNINGS
 #include <wx/wx.h>
-DCPOMATIC_ENABLE_WARNINGS
+LIBDCP_ENABLE_WARNINGS
 #include <boost/algorithm/string.hpp>
 #include <boost/bind/bind.hpp>
 #include <iostream>