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/types.cc | |
| parent | b03f2277a205ff7e7cdaa12c6e52322ea474a7af (diff) | |
Remove some unused includes.
Diffstat (limited to 'src/lib/types.cc')
| -rw-r--r-- | src/lib/types.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/types.cc b/src/lib/types.cc index 58382fdc7..48363f892 100644 --- a/src/lib/types.cc +++ b/src/lib/types.cc @@ -24,7 +24,6 @@ #include <dcp/cpl.h> #include <dcp/dcp.h> #include <dcp/filesystem.h> -#include <dcp/raw_convert.h> #include <dcp/reel_asset.h> #include <dcp/reel_file_asset.h> #include <dcp/warnings.h> @@ -41,7 +40,6 @@ using std::string; using std::list; using std::shared_ptr; using std::vector; -using dcp::raw_convert; CPLSummary::CPLSummary (boost::filesystem::path p) |
