Code

now that selection description includes style (filtered, clipped), we need to update...
[inkscape.git] / src / sp-item.h
index f1ec6f434522e1c90e1952601e292c90221ac80b..d95fc2486f1b28ce9cce49c54e3fab5e66ef6e1c 100644 (file)
@@ -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;