Code

2geomification
authorjohanengelen <johanengelen@users.sourceforge.net>
Fri, 2 Jan 2009 00:50:38 +0000 (00:50 +0000)
committerjohanengelen <johanengelen@users.sourceforge.net>
Fri, 2 Jan 2009 00:50:38 +0000 (00:50 +0000)
src/display/sp-canvas-util.cpp
src/display/sp-canvas.cpp
src/display/sp-canvas.h

index 4badb6c3e4056eadcee5947afb96699553627d2c..30cd0dfa0b31f5e99debf16a6a8704cb0dbb4934 100644 (file)
@@ -13,7 +13,7 @@
  */
 
 
-#include "libnr/nr-matrix-ops.h"
+#include <2geom/matrix.h>
 #include "libnr/nr-pixops.h"
 #include "sp-canvas-util.h"
 #include <string.h>  /* for memset */
index 97713b18e1e69a557a6a998940d40f8b66792c86..2c0b1e99df2d357dc0b49959910ce15cc91f90e9 100644 (file)
@@ -32,8 +32,7 @@
 #include <helper/recthull.h>
 #include <display/sp-canvas.h>
 #include "display-forward.h"
-#include <libnr/nr-matrix-fns.h>
-#include <libnr/nr-matrix-ops.h>
+#include <2geom/matrix.h>
 #include <libnr/nr-convex-hull.h>
 #include "preferences.h"
 #include "inkscape.h"
index 8b0958ca5157f6259d1f9cfbd64179c8c831d3b1..2c416b8a759049c28090aebc2270816dc8d88c95 100644 (file)
@@ -35,7 +35,7 @@
 
 #include <glibmm/ustring.h>
 
-#include <libnr/nr-matrix.h>
+#include <2geom/matrix.h>
 #include <libnr/nr-rect-l.h>
 
 #include <2geom/rect.h>