diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-04-16 23:10:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-04-16 23:10:28 +0100 |
| commit | 769c71b5c3e050ccfc1c13771d24328fbf76a495 (patch) | |
| tree | f75d5c5c953884395b2e59358e2c7faff5d5ba4b /src/lib/film.cc | |
| parent | 91bd51ff82e99113860570b519459303802bd98f (diff) | |
Add our own raw_convert that uses SafeStringStream.
Diffstat (limited to 'src/lib/film.cc')
| -rw-r--r-- | src/lib/film.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/film.cc b/src/lib/film.cc index 297193f83..a7be8aea7 100644 --- a/src/lib/film.cc +++ b/src/lib/film.cc @@ -41,12 +41,12 @@ #include "cinema.h" #include "safe_stringstream.h" #include "environment_info.h" +#include "raw_convert.h" #include <libcxml/cxml.h> #include <dcp/cpl.h> #include <dcp/signer.h> #include <dcp/util.h> #include <dcp/local_time.h> -#include <dcp/raw_convert.h> #include <dcp/decrypted_kdm.h> #include <libxml++/libxml++.h> #include <boost/filesystem.hpp> @@ -86,8 +86,6 @@ using boost::optional; using boost::is_any_of; using dcp::Size; using dcp::Signer; -using dcp::raw_convert; -using dcp::raw_convert; #define LOG_GENERAL(...) log()->log (String::compose (__VA_ARGS__), Log::TYPE_GENERAL); #define LOG_GENERAL_NC(...) log()->log (__VA_ARGS__, Log::TYPE_GENERAL); |
