diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2009-01-02 00:50:38 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2009-01-02 00:50:38 +0000 |
| commit | 442bc70ade8cbeb73d348df4981f2b8791c08512 (patch) | |
| tree | 20d1b1ed5e68422159b66ddd545589442894363f /src | |
| parent | switch nr-filter to 2geom (diff) | |
| download | inkscape-442bc70ade8cbeb73d348df4981f2b8791c08512.tar.gz inkscape-442bc70ade8cbeb73d348df4981f2b8791c08512.zip | |
2geomification
(bzr r7056)
Diffstat (limited to 'src')
| -rw-r--r-- | src/display/sp-canvas-util.cpp | 2 | ||||
| -rw-r--r-- | src/display/sp-canvas.cpp | 3 | ||||
| -rw-r--r-- | src/display/sp-canvas.h | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/src/display/sp-canvas-util.cpp b/src/display/sp-canvas-util.cpp index 4badb6c3e..30cd0dfa0 100644 --- a/src/display/sp-canvas-util.cpp +++ b/src/display/sp-canvas-util.cpp @@ -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 */ diff --git a/src/display/sp-canvas.cpp b/src/display/sp-canvas.cpp index 97713b18e..2c0b1e99d 100644 --- a/src/display/sp-canvas.cpp +++ b/src/display/sp-canvas.cpp @@ -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" diff --git a/src/display/sp-canvas.h b/src/display/sp-canvas.h index 8b0958ca5..2c416b8a7 100644 --- a/src/display/sp-canvas.h +++ b/src/display/sp-canvas.h @@ -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> |
