Add our own raw_convert that uses SafeStringStream.
[dcpomatic.git] / src / lib / types.cc
index 54a8cb49202c97c93f85d5d8570cd5722eceecb2..6ab4d56f2e09776743d56354838a231c71eedfad 100644 (file)
 
 */
 
+#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)
 {