Use dcp::compose rather than our own.
[dcpomatic.git] / src / wx / content_panel.cc
index bcc6999139f248255b1ad2f61ca3697ddc1e87ef..5c2b19f618c78f906b4dd42f169c038b7eb714be 100644 (file)
@@ -31,7 +31,6 @@
 #include "wx_util.h"
 #include "lib/audio_content.h"
 #include "lib/case_insensitive_sorter.h"
-#include "lib/compose.hpp"
 #include "lib/config.h"
 #include "lib/content_factory.h"
 #include "lib/cross.h"
@@ -45,6 +44,7 @@
 #include "lib/string_text_file_content.h"
 #include "lib/text_content.h"
 #include "lib/video_content.h"
+#include <dcp/compose.h>
 #include <wx/wx.h>
 #include <wx/notebook.h>
 #include <wx/listctrl.h>