Use libdcp's warnings.h
[dcpomatic.git] / src / wx / content_widget.h
index 23b409a97287d61b7768500335e7583e93f0836b..788d1449a3fa45ffc0717e41ead97077ecc68b13 100644 (file)
@@ -18,6 +18,7 @@
 
 */
 
+
 /** @file  src/wx/content_widget.h
  *  @brief ContentWidget class.
  */
 
 #include "wx_util.h"
 #include "lib/content.h"
-#include "lib/warnings.h"
-DCPOMATIC_DISABLE_WARNINGS
+#include <dcp/warnings.h>
+LIBDCP_DISABLE_WARNINGS
 #include <wx/gbsizer.h>
 #include <wx/spinctrl.h>
 #include <wx/wx.h>
-DCPOMATIC_ENABLE_WARNINGS
+LIBDCP_ENABLE_WARNINGS
 #include <vector>