summaryrefslogtreecommitdiffstats
path: root/src/xml/node-observer.h
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2011-10-04 05:43:09 +0000
committerJon A. Cruz <jon@joncruz.org>2011-10-04 05:43:09 +0000
commit23ea206a1348414f67fee482f63a69b1d90b0df6 (patch)
tree59963d707033bbb5e58e70e9a75415c26aff3ad0 /src/xml/node-observer.h
parentFixed mismatched quotes that confused Doxygen. (diff)
downloadinkscape-23ea206a1348414f67fee482f63a69b1d90b0df6.tar.gz
inkscape-23ea206a1348414f67fee482f63a69b1d90b0df6.zip
Purging some forward.h files.
(bzr r10664)
Diffstat (limited to 'src/xml/node-observer.h')
-rw-r--r--src/xml/node-observer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xml/node-observer.h b/src/xml/node-observer.h
index c3ec437b5..59142be8c 100644
--- a/src/xml/node-observer.h
+++ b/src/xml/node-observer.h
@@ -20,7 +20,6 @@
#include <glib/gquark.h>
#include "util/share.h"
-#include "xml/xml-forward.h"
#ifndef INK_UNUSED
#define INK_UNUSED(x) ((void)(x))
@@ -29,6 +28,8 @@
namespace Inkscape {
namespace XML {
+class Node;
+
/**
* @brief Interface for XML node observers
*