diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-01-02 23:58:07 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-01-05 12:58:13 +0100 |
| commit | 2970a579fa3e3f980f8a9d0cfea44b93ca05602a (patch) | |
| tree | 88c340eb79cd0b83496a809cf4f12e5b370dc785 /src/lib/dkdm_recipient.cc | |
| parent | b03f2277a205ff7e7cdaa12c6e52322ea474a7af (diff) | |
Remove some unused includes.
Diffstat (limited to 'src/lib/dkdm_recipient.cc')
| -rw-r--r-- | src/lib/dkdm_recipient.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/dkdm_recipient.cc b/src/lib/dkdm_recipient.cc index 83ba96de6..4ab532f3d 100644 --- a/src/lib/dkdm_recipient.cc +++ b/src/lib/dkdm_recipient.cc @@ -24,14 +24,12 @@ #include "dkdm_recipient.h" #include "film.h" #include "kdm_with_metadata.h" -#include <dcp/raw_convert.h> using std::make_shared; using std::shared_ptr; using std::string; using std::vector; -using dcp::raw_convert; KDMWithMetadataPtr |
