summaryrefslogtreecommitdiff
path: root/src/reel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/reel.h')
-rw-r--r--src/reel.h5
1 files changed, 4 insertions, 1 deletions
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;