Use libdcp's warnings.h
[dcpomatic.git] / src / wx / metadata_dialog.cc
index a06a3f7fc42939f5919843fbe579ab02e507114d..644c0546b0de6681dab0d4ea1ec7c6461216062b 100644 (file)
 #include "metadata_dialog.h"
 #include "wx_util.h"
 #include "lib/film.h"
-#include "lib/warnings.h"
-#include <boost/bind.hpp>
-#include <boost/weak_ptr.hpp>
-DCPOMATIC_DISABLE_WARNINGS
+#include <dcp/warnings.h>
+LIBDCP_DISABLE_WARNINGS
 #include <wx/notebook.h>
 #include <wx/spinctrl.h>
 #include <wx/wx.h>
-DCPOMATIC_ENABLE_WARNINGS
+LIBDCP_ENABLE_WARNINGS
+#include <boost/bind.hpp>
+#include <boost/weak_ptr.hpp>
 
 
 using std::weak_ptr;