summaryrefslogtreecommitdiffstats
path: root/src/xml/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml/node.h')
-rw-r--r--src/xml/node.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/xml/node.h b/src/xml/node.h
index 17479e50b..8b7dea203 100644
--- a/src/xml/node.h
+++ b/src/xml/node.h
@@ -21,11 +21,16 @@
#include <glib/gtypes.h>
#include "gc-anchored.h"
#include "util/list.h"
-#include "xml/xml-forward.h"
namespace Inkscape {
namespace XML {
+struct AttributeRecord;
+struct Document;
+class Event;
+class NodeObserver;
+struct NodeEventVector;
+
/**
* @brief Enumeration containing all supported node types.
*/