From: johanengelen Date: Wed, 7 Jan 2009 22:49:51 +0000 (+0000) Subject: small 2geomify X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=440cb5afd0774401763154608076db7a23b5cf48;p=inkscape.git small 2geomify --- diff --git a/src/sp-item.h b/src/sp-item.h index f1ec6f434..d95fc2486 100644 --- a/src/sp-item.h +++ b/src/sp-item.h @@ -21,7 +21,7 @@ #include "display/nr-arena-forward.h" #include "sp-object.h" -#include +#include <2geom/matrix.h> #include #include <2geom/forward.h> #include @@ -57,8 +57,6 @@ struct SPEvent { gpointer data; }; -class SPItemView; - /// SPItemView struct SPItemView { SPItemView *next; @@ -79,8 +77,6 @@ struct SPItemView { */ #define SP_ITEM_REFERENCE_FLAGS (1 << 1) -class SPItemCtx; - /// Contains transformations to document/viewport and the viewport size. struct SPItemCtx { SPCtx ctx;