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/types.cc | |
| parent | 91bd51ff82e99113860570b519459303802bd98f (diff) | |
Add our own raw_convert that uses SafeStringStream.
Diffstat (limited to 'src/lib/types.cc')
| -rw-r--r-- | src/lib/types.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/types.cc b/src/lib/types.cc index 54a8cb492..6ab4d56f2 100644 --- a/src/lib/types.cc +++ b/src/lib/types.cc @@ -17,16 +17,15 @@ */ +#include "types.h" +#include "raw_convert.h" #include <libxml++/libxml++.h> #include <libcxml/cxml.h> -#include <dcp/raw_convert.h> -#include "types.h" using std::max; using std::min; using std::string; using boost::shared_ptr; -using dcp::raw_convert; bool operator== (Crop const & a, Crop const & b) { |
