libdcp -> dcp fixes.
[dcpomatic.git] / src / lib / types.cc
index 83bbf41e45c19125e779b4be18f6a48e9b2a5cd0..d052b2a9a71dd3c458bc9126785a15af263e8e6c 100644 (file)
 
 #include <libxml++/libxml++.h>
 #include <libcxml/cxml.h>
-#include <libdcp/raw_convert.h>
+#include <dcp/raw_convert.h>
 #include "types.h"
 
 using std::max;
 using std::min;
 using std::string;
 using boost::shared_ptr;
-using libdcp::raw_convert;
+using dcp::raw_convert;
 
 bool operator== (Crop const & a, Crop const & b)
 {