diff options
Diffstat (limited to 'src/xml/node.h')
| -rw-r--r-- | src/xml/node.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/xml/node.h b/src/xml/node.h index 17479e50b..c11f2fbdf 100644 --- a/src/xml/node.h +++ b/src/xml/node.h @@ -18,14 +18,19 @@ #ifndef SEEN_INKSCAPE_XML_NODE_H #define SEEN_INKSCAPE_XML_NODE_H -#include <glib/gtypes.h> +#include <glib.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. */ |
