summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2009-01-07 22:49:51 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2009-01-07 22:49:51 +0000
commitdb5c62de61831753e3060de75b6eaaf783fdaf75 (patch)
tree90f6ae79cad6ed1f8a1419e52a99de0d9ddd0143 /src
parentupdate to 2geom rev.1773 (diff)
downloadinkscape-db5c62de61831753e3060de75b6eaaf783fdaf75.tar.gz
inkscape-db5c62de61831753e3060de75b6eaaf783fdaf75.zip
small 2geomify
(bzr r7095)
Diffstat (limited to 'src')
-rw-r--r--src/sp-item.h6
1 files changed, 1 insertions, 5 deletions
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 <libnr/nr-matrix.h>
+#include <2geom/matrix.h>
#include <libnr/nr-rect.h>
#include <2geom/forward.h>
#include <libnr/nr-convert2geom.h>
@@ -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;