Use libdcp's warnings.h
[dcpomatic.git] / src / lib / cross_common.cc
index 9f42610bdc8acc53069467bb8ba9f1821aea7c47..d313445da906bbf3786d2130674cb3f826549720 100644 (file)
 #include "compose.hpp"
 #include "dcpomatic_assert.h"
 #include "dcpomatic_log.h"
-#include "warnings.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 <boost/algorithm/string.hpp>
 #include <iostream>