diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-02-18 17:34:39 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-02-18 17:34:39 +0000 |
| commit | 1b81ba7c24e7f117d1960021d7e28c8f0147009f (patch) | |
| tree | 4aee1fee0c78224b4d895cff63574f4c76a7f583 /src | |
| parent | d81a3176a39b92881f7c275eb4e6001f55baf3ea (diff) | |
Use dcpomatic's raw_convert rather than libdcp's.
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/dcpomatic.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index 1a8532134..7d41ff2e6 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -57,7 +57,6 @@ #include "lib/cinema_kdms.h" #include "lib/dcpomatic_socket.h" #include <dcp/exceptions.h> -#include <dcp/raw_convert.h> #include <wx/generic/aboutdlgg.h> #include <wx/stdpaths.h> #include <wx/cmdline.h> @@ -90,7 +89,6 @@ using std::list; using std::exception; using boost::shared_ptr; using boost::dynamic_pointer_cast; -using dcp::raw_convert; class FilmChangedDialog { |
