Code

Change "canvas" to "page" to be consistent with use in all other dialogs and
[inkscape.git] / src / extension / extension.h
index 0129f4d742584e2fcec9c23bf63f0db726425321..48ca86cf780871c77fdaef8206aabecb21206ff0 100644 (file)
@@ -22,7 +22,6 @@
 #include <gtkmm/table.h>
 #include <glibmm/ustring.h>
 #include "xml/repr.h"
-#include "document.h"
 #include "extension/extension-forward.h"
 
 /** The key that is used to identify that the I/O should be autodetected */
@@ -73,6 +72,8 @@
 #define INKSCAPE_EXTENSION_NS_NC "extension"
 #define INKSCAPE_EXTENSION_NS    "extension:"
 
+struct SPDocument;
+
 namespace Inkscape {
 namespace Extension {