Code

Node tool: special case node duplication for endnodes - select new endnode
[inkscape.git] / src / sp-root.h
index c298223f10e2cfcdc968f549257949fc8aaa3c03..28ed43154e10501fe9525695760600328bd68e46 100644 (file)
@@ -20,7 +20,6 @@
 #define SP_IS_ROOT(o) (G_TYPE_CHECK_INSTANCE_TYPE((o), SP_TYPE_ROOT))
 #define SP_IS_ROOT_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE((k), SP_TYPE_ROOT))
 
-#include <libnr/nr-matrix.h>
 #include "version.h"
 #include "svg/svg-length.h"
 #include "enums.h"
@@ -30,7 +29,6 @@
 struct SPRoot : public SPGroup {
     struct {
         Inkscape::Version svg;
-        Inkscape::Version sodipodi;
         Inkscape::Version inkscape;
     } version, original;
 
@@ -49,7 +47,7 @@ struct SPRoot : public SPGroup {
     unsigned int aspect_clip : 1;
 
     /** Child to parent additional transform. */
-    NR::Matrix c2p;
+    Geom::Matrix c2p;
 
     gchar *onload;
 
@@ -80,4 +78,4 @@ GType sp_root_get_type();
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :