No-op: remove all trailing whitespace.
[dcpomatic.git] / src / lib / isdcf_metadata.cc
index e9d2e313ebdbb326730b46fb7e016abc8c3375a0..4a0e57d275721bede5a5063c7824e890d3573124 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"))
@@ -45,7 +44,7 @@ ISDCFMetadata::ISDCFMetadata (cxml::ConstNodePtr node)
        , two_d_version_of_three_d (node->optional_bool_child ("TwoDVersionOfThreeD").get_value_or (false))
        , mastered_luminance (node->optional_string_child ("MasteredLuminance").get_value_or (""))
 {
-       
+
 }
 
 void