Use libdcp's warnings.h
[dcpomatic.git] / src / lib / subtitle_analysis.cc
index 0838816b04a823fcd8e3201da5001c6f9a41f77d..9b3ae86c065656ad71394e0b01575ed30f2af4e1 100644 (file)
 
 #include "subtitle_analysis.h"
 #include "exceptions.h"
-#include "warnings.h"
 #include <libcxml/cxml.h>
 #include <dcp/raw_convert.h>
-DCPOMATIC_DISABLE_WARNINGS
+#include <dcp/warnings.h>
+LIBDCP_DISABLE_WARNINGS
 #include <libxml++/libxml++.h>
-DCPOMATIC_ENABLE_WARNINGS
+LIBDCP_ENABLE_WARNINGS
 
 
 using std::make_shared;