Use dcp::compose rather than our own.
[dcpomatic.git] / src / wx / timeline_dialog.cc
index 975f7cd9d6c375802c1b684296e2ff8138fcd21e..8f4ea0cead7cbe28a97d6e999bd2bb7f7f4bff31 100644 (file)
@@ -23,9 +23,9 @@
 #include "film_editor.h"
 #include "timeline_dialog.h"
 #include "wx_util.h"
-#include "lib/compose.hpp"
 #include "lib/cross.h"
 #include "lib/playlist.h"
+#include <dcp/compose.h>
 #include <wx/graphics.h>
 #include <iostream>
 #include <list>