X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fextension%2Fextension.h;h=48ca86cf780871c77fdaef8206aabecb21206ff0;hb=8ebe4cd501af68581f40982b54f463546c59943a;hp=0129f4d742584e2fcec9c23bf63f0db726425321;hpb=add168055013c30151cb28a97bbe981e5a32f3d2;p=inkscape.git diff --git a/src/extension/extension.h b/src/extension/extension.h index 0129f4d74..48ca86cf7 100644 --- a/src/extension/extension.h +++ b/src/extension/extension.h @@ -22,7 +22,6 @@ #include #include #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 {