diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-02-03 13:28:12 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-02-03 13:28:12 +0000 |
| commit | 005dac1a29f748bfe81ff87b15bcf085a4f510a3 (patch) | |
| tree | 88454f2df16b827cc4602a7269af86f6e91347e7 /src/reel.h | |
| parent | e33e3b8ade11309ce508ea79f2061b074c33d69c (diff) | |
A little #include tidying.
Diffstat (limited to 'src/reel.h')
| -rw-r--r-- | src/reel.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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; |
