Use libdcp's warnings.h
[dcpomatic.git] / src / lib / spl.cc
index 8d0dcc6fc76df26b74e702adb1a8c14e8cf7f9d9..3e5e957ff457792257e37c243add266e2feb4524 100644 (file)
 
 #include "content_store.h"
 #include "spl.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
 #include <iostream>