X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Finkscape.h;h=4c6c1dbd04cd619f6e08fb2c4af53437912cd83c;hb=2d5f45472d142796f87b8b737cc0b56fc9de3bf7;hp=9907f320f7904b010b7c3c6147f93f63c4bdc648;hpb=6b15695578f07a3f72c4c9475c1a261a3021472a;p=inkscape.git diff --git a/src/inkscape.h b/src/inkscape.h index 9907f320f..4c6c1dbd0 100644 --- a/src/inkscape.h +++ b/src/inkscape.h @@ -12,16 +12,20 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ -#include "forward.h" +#include + +struct SPDesktop; +struct SPDocument; +struct SPEventContext; namespace Inkscape { -namespace XML { -class Node; -class Document; -} + struct Application; + namespace XML { + class Node; + class Document; + } } - #define INKSCAPE inkscape_get_instance() void inkscape_application_init (const gchar *argv0, gboolean use_gui);