summaryrefslogtreecommitdiffstats
path: root/src/livarot
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2011-08-27 16:05:32 +0000
committerKrzysztof Kosinski <tweenk.pl@gmail.com>2011-08-27 16:05:32 +0000
commitd6af1140ee108cc7d7fb6e0ba89ff7e30bb7ad3a (patch)
tree69ea9c65f725d83ae1bc267ea5a0358a1bc1d793 /src/livarot
parentRemove all NRRect use. (diff)
downloadinkscape-d6af1140ee108cc7d7fb6e0ba89ff7e30bb7ad3a.tar.gz
inkscape-d6af1140ee108cc7d7fb6e0ba89ff7e30bb7ad3a.zip
Completely remove NRRect, NRRectL, in-svg-plane.h
(bzr r10582.1.6)
Diffstat (limited to 'src/livarot')
-rw-r--r--src/livarot/Path.h1
-rw-r--r--src/livarot/PathConversion.cpp3
-rw-r--r--src/livarot/PathCutting.cpp1
3 files changed, 2 insertions, 3 deletions
diff --git a/src/livarot/Path.h b/src/livarot/Path.h
index 6b5d4fd95..22d989778 100644
--- a/src/livarot/Path.h
+++ b/src/livarot/Path.h
@@ -12,7 +12,6 @@
#include <vector>
#include "LivarotDefs.h"
#include "livarot/livarot-forward.h"
-#include <libnr/nr-rect-l.h>
#include <2geom/point.h>
struct SPStyle;
diff --git a/src/livarot/PathConversion.cpp b/src/livarot/PathConversion.cpp
index 74a057d06..ed5f03f80 100644
--- a/src/livarot/PathConversion.cpp
+++ b/src/livarot/PathConversion.cpp
@@ -6,10 +6,11 @@
*
*/
+#include <glib.h>
+#include <2geom/transforms.h>
#include "Path.h"
#include "Shape.h"
#include "livarot/path-description.h"
-#include <2geom/transforms.h>
/*
* path description -> polyline
diff --git a/src/livarot/PathCutting.cpp b/src/livarot/PathCutting.cpp
index 708d20f3f..e47ed8916 100644
--- a/src/livarot/PathCutting.cpp
+++ b/src/livarot/PathCutting.cpp
@@ -20,7 +20,6 @@
#include "Path.h"
#include "style.h"
#include "livarot/path-description.h"
-#include "libnr/nr-convert2geom.h"
#include <2geom/pathvector.h>
#include <2geom/point.h>
#include <2geom/affine.h>