Merge master.
[dcpomatic.git] / src / lib / dci_metadata.cc
index ccdc1ee1ca73d70720481497f392881f53caf101..2c6e43654915b239d94f4ff6acb61df9389d42fa 100644 (file)
 
 #include <iostream>
 #include <libcxml/cxml.h>
-#include <libdcp/raw_convert.h>
+#include <dcp/raw_convert.h>
 #include "dci_metadata.h"
 
 #include "i18n.h"
 
 using std::string;
 using boost::shared_ptr;
-using libdcp::raw_convert;
+using dcp::raw_convert;
 
 DCIMetadata::DCIMetadata (shared_ptr<const cxml::Node> node)
 {