Slightly-improved log message.
[dcpomatic.git] / src / lib / isdcf_metadata.cc
index e9d2e313ebdbb326730b46fb7e016abc8c3375a0..a9d7d939e13f75eea807f32a8023581617220650 100644 (file)
 
 */
 
-#include <iostream>
-#include <libcxml/cxml.h>
-#include <dcp/raw_convert.h>
 #include "isdcf_metadata.h"
+#include "raw_convert.h"
+#include <libcxml/cxml.h>
+#include <iostream>
 
 #include "i18n.h"
 
 using std::string;
 using boost::shared_ptr;
-using dcp::raw_convert;
 
 ISDCFMetadata::ISDCFMetadata (cxml::ConstNodePtr node)
        : content_version (node->number_child<int> ("ContentVersion"))