summaryrefslogtreecommitdiffstats
path: root/src/livarot/path-description.cpp
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2011-06-20 19:33:57 +0000
committerKrzysztof KosiƄski <tweenk.pl@gmail.com>2011-06-20 19:33:57 +0000
commita39e3c37a508f9a389fc55270ae0336ad2f76f0e (patch)
tree952db81c3238005e975f21845734444bba28ff40 /src/livarot/path-description.cpp
parentMeasure Tool: support measuring of text elements (without having to manually ... (diff)
parentFix outline view (diff)
downloadinkscape-a39e3c37a508f9a389fc55270ae0336ad2f76f0e.tar.gz
inkscape-a39e3c37a508f9a389fc55270ae0336ad2f76f0e.zip
Merge Cairo rendering branch
(bzr r10326)
Diffstat (limited to 'src/livarot/path-description.cpp')
-rw-r--r--src/livarot/path-description.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/livarot/path-description.cpp b/src/livarot/path-description.cpp
index 95bd192d5..c34965a5c 100644
--- a/src/livarot/path-description.cpp
+++ b/src/livarot/path-description.cpp
@@ -1,5 +1,5 @@
-#include "libnr/nr-point-matrix-ops.h"
#include "livarot/path-description.h"
+#include <2geom/affine.h>
PathDescr *PathDescrMoveTo::clone() const
{