summaryrefslogtreecommitdiff
path: root/src/mxf.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-03-19 21:46:01 +0000
committerCarl Hetherington <cth@carlh.net>2014-03-19 21:46:01 +0000
commit7702e5d643440e75369078863b34f8a574ee4143 (patch)
treee01edc51718fd6c475b449748ff7fa6e5c526bc9 /src/mxf.cc
parentc91aa27e13703874c944fed763b5b039ceae71d2 (diff)
Considerable re-work of KDM class to express the difference between encrypted and unencrypted KDMs.
Diffstat (limited to 'src/mxf.cc')
-rw-r--r--src/mxf.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mxf.cc b/src/mxf.cc
index f8ca4fe5..3f8ab5d3 100644
--- a/src/mxf.cc
+++ b/src/mxf.cc
@@ -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;