X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fextension%2Fextension.h;h=48ca86cf780871c77fdaef8206aabecb21206ff0;hb=8ebe4cd501af68581f40982b54f463546c59943a;hp=b05f67c5d90a6ca86dcdf6f970e0dabbf7b79726;hpb=e4a9f366dbcb54f76b8c42869fa6873808132357;p=inkscape.git diff --git a/src/extension/extension.h b/src/extension/extension.h index b05f67c5d..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 */ @@ -44,6 +43,7 @@ /** Defines the key for Postscript printing */ #define SP_MODULE_KEY_PRINT_PS "org.inkscape.print.ps" #define SP_MODULE_KEY_PRINT_CAIRO_PS "org.inkscape.print.ps.cairo" +#define SP_MODULE_KEY_PRINT_CAIRO_EPS "org.inkscape.print.eps.cairo" /** Defines the key for PDF printing */ #define SP_MODULE_KEY_PRINT_PDF "org.inkscape.print.pdf" #define SP_MODULE_KEY_PRINT_CAIRO_PDF "org.inkscape.print.pdf.cairo" @@ -72,6 +72,8 @@ #define INKSCAPE_EXTENSION_NS_NC "extension" #define INKSCAPE_EXTENSION_NS "extension:" +struct SPDocument; + namespace Inkscape { namespace Extension {