summaryrefslogtreecommitdiff
path: root/src/lib/image_content.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-07-10 02:02:19 +0200
committerCarl Hetherington <cth@carlh.net>2021-07-10 02:02:19 +0200
commit5b0e331380c83ec9835e8aa42fd342b2f0ad275d (patch)
tree13c27f0b3420f5c3a268a5a22a9172675fdc370c /src/lib/image_content.cc
parent5d838bc863a7569e68546026c109607fd5a94362 (diff)
Use dcp::compose rather than our own.compose
Diffstat (limited to 'src/lib/image_content.cc')
-rw-r--r--src/lib/image_content.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/image_content.cc b/src/lib/image_content.cc
index 517d6792f..b0d253624 100644
--- a/src/lib/image_content.cc
+++ b/src/lib/image_content.cc
@@ -21,12 +21,12 @@
#include "image_content.h"
#include "video_content.h"
#include "image_examiner.h"
-#include "compose.hpp"
#include "film.h"
#include "job.h"
#include "frame_rate_change.h"
#include "exceptions.h"
#include "image_filename_sorter.h"
+#include <dcp/compose.h>
#include <libcxml/cxml.h>
#include <libxml++/libxml++.h>
#include <iostream>