summaryrefslogtreecommitdiff
path: root/src/lib/types.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/types.cc')
-rw-r--r--src/lib/types.cc2
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)