summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cpl.cc1
-rw-r--r--src/cpl.h1
-rw-r--r--src/reel.h5
3 files changed, 5 insertions, 2 deletions
diff --git a/src/cpl.cc b/src/cpl.cc
index 0677ec36..c408fe97 100644
--- a/src/cpl.cc
+++ b/src/cpl.cc
@@ -30,6 +30,7 @@
#include "dcp_assert.h"
#include "compose.hpp"
#include <libxml/parser.h>
+#include <libxml++/libxml++.h>
#include <boost/foreach.hpp>
using std::string;
diff --git a/src/cpl.h b/src/cpl.h
index b616aeaa..6ad410b4 100644
--- a/src/cpl.h
+++ b/src/cpl.h
@@ -29,7 +29,6 @@
#include "key.h"
#include "asset.h"
#include "metadata.h"
-#include <libxml++/libxml++.h>
#include <boost/shared_ptr.hpp>
#include <boost/function.hpp>
#include <boost/optional.hpp>
diff --git a/src/reel.h b/src/reel.h
index 7711d101..8d7546fa 100644
--- a/src/reel.h
+++ b/src/reel.h
@@ -23,7 +23,6 @@
#include "key.h"
#include "types.h"
#include "ref.h"
-#include <libxml++/libxml++.h>
#include <boost/shared_ptr.hpp>
#include <boost/function.hpp>
#include <list>
@@ -32,6 +31,10 @@ namespace cxml {
class Node;
}
+namespace xmlpp {
+ class Element;
+}
+
namespace dcp {
class DecryptedKDM;