Use libdcp's warnings.h
[dcpomatic.git] / src / wx / full_language_tag_dialog.cc
index 19e52ff140eb813f758fb6bfbdc52be1e52c3adc..f597e82f783648b72f5535118a66007b488746fe 100644 (file)
 
 #include "full_language_tag_dialog.h"
 #include "lib/dcpomatic_assert.h"
-#include "lib/warnings.h"
 #include <dcp/language_tag.h>
-DCPOMATIC_DISABLE_WARNINGS
+#include <dcp/warnings.h>
+LIBDCP_DISABLE_WARNINGS
 #include <wx/listctrl.h>
 #include <wx/srchctrl.h>
 #include <wx/wx.h>
-DCPOMATIC_ENABLE_WARNINGS
+LIBDCP_ENABLE_WARNINGS
 #include <boost/algorithm/string.hpp>
 #include <boost/bind/bind.hpp>
 #include <boost/optional.hpp>