Add basic Collator::find() method.
[dcpomatic.git] / src / lib / audio_analysis.cc
index b16fa708ad85d74bad44d134b2302745b4d8602c..6f1bb2375613f851116eb66d096c9fc147296d99 100644 (file)
 
 
 #include "audio_analysis.h"
+#include "audio_content.h"
 #include "cross.h"
-#include "util.h"
 #include "playlist.h"
-#include "audio_content.h"
-#include "warnings.h"
+#include "util.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/filesystem.hpp>
 #include <stdint.h>
 #include <cmath>