Use dcp::compose rather than our own.
[dcpomatic.git] / src / wx / film_viewer.cc
index 4ea2a8b006b4a1fee6cac30e4c04fda735d00d52..031c0015476f83f6241a90f036f4511fc8de4856 100644 (file)
 #include "lib/butler.h"
 #include "lib/log.h"
 #include "lib/config.h"
-#include "lib/compose.hpp"
 #include "lib/dcpomatic_log.h"
 #include "lib/text_content.h"
 extern "C" {
 #include <libavutil/pixfmt.h>
 }
+#include <dcp/compose.h>
 #include <dcp/exceptions.h>
 #include <wx/tglbtn.h>
 #include <iostream>