summaryrefslogtreecommitdiff
path: root/src/dcp.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-10-10 16:07:44 +0100
committerCarl Hetherington <cth@carlh.net>2014-10-10 16:07:44 +0100
commite30c30ef7bbd8413ac0c8390abe574d5dd1cf5f7 (patch)
treef67b4a9364264d433535dbc24a19b6df6ac59049 /src/dcp.h
parent863ff8cced5b7d1d36ad6761fa1f6e2dbeafcad6 (diff)
Adapt to new libcxml ARI. Compiles but does not pass tests.1.0-new-cxml
Diffstat (limited to 'src/dcp.h')
-rw-r--r--src/dcp.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/dcp.h b/src/dcp.h
index 3d42b92a..477e32e8 100644
--- a/src/dcp.h
+++ b/src/dcp.h
@@ -32,11 +32,6 @@
#include <string>
#include <vector>
-namespace xmlpp {
- class Document;
- class Element;
-}
-
/** @brief Namespace for everything in libdcp */
namespace dcp
{