Reasonably straightforward stuff; main things are adding
[dcpomatic.git] / src / lib / types.cc
index 54a8cb49202c97c93f85d5d8570cd5722eceecb2..694c34cc0f2aeb04d0015389d8e78b9862827ba2 100644 (file)
 
 */
 
+#include "types.h"
+#include "dcpomatic_assert.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)
 {