Considerable re-work of KDM class to express the difference between encrypted and...
[libdcp.git] / src / mxf.cc
index f8ca4fe5d3d0cb2690bc8e454dc3e3a4f3d4b485..3f8ab5d38c5a2d6e403da712cb957579d6ca52c1 100644 (file)
@@ -28,7 +28,6 @@
 #include "util.h"
 #include "metadata.h"
 #include "exceptions.h"
-#include "kdm.h"
 #include "compose.hpp"
 #include <libxml++/nodes/element.h>
 #include <boost/filesystem.hpp>
@@ -38,7 +37,6 @@ using std::string;
 using std::list;
 using std::pair;
 using boost::shared_ptr;
-using boost::lexical_cast;
 using boost::dynamic_pointer_cast;
 using namespace dcp;