summaryrefslogtreecommitdiffstats
path: root/src/livarot
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2010-08-04 21:08:41 +0000
committerKrzysztof KosiƄski <tweenk.pl@gmail.com>2010-08-04 21:08:41 +0000
commit57a6fee4d17b6049b95ccf2ef445ed18c8a2a841 (patch)
treef0696d1a5929d1de9e2412ae89dd86c49e8ae6c7 /src/livarot
parentWholesale cruft removal part 1 (diff)
downloadinkscape-57a6fee4d17b6049b95ccf2ef445ed18c8a2a841.tar.gz
inkscape-57a6fee4d17b6049b95ccf2ef445ed18c8a2a841.zip
Wholesale cruft removal part 2
(bzr r9508.1.45)
Diffstat (limited to 'src/livarot')
-rw-r--r--src/livarot/Path.cpp1
-rw-r--r--src/livarot/ShapeMisc.cpp4
2 files changed, 2 insertions, 3 deletions
diff --git a/src/livarot/Path.cpp b/src/livarot/Path.cpp
index 66ec87274..2a1851cfe 100644
--- a/src/livarot/Path.cpp
+++ b/src/livarot/Path.cpp
@@ -9,7 +9,6 @@
#include <glib.h>
#include "Path.h"
#include "livarot/path-description.h"
-#include <libnr/nr-matrix-ops.h>
/*
* manipulation of the path data: path description and polyline
diff --git a/src/livarot/ShapeMisc.cpp b/src/livarot/ShapeMisc.cpp
index d6ca8c533..a82da4c8a 100644
--- a/src/livarot/ShapeMisc.cpp
+++ b/src/livarot/ShapeMisc.cpp
@@ -7,14 +7,14 @@
*/
#include "livarot/Shape.h"
-#include <libnr/nr-matrix-fns.h>
-#include <libnr/nr-point-fns.h>
#include "livarot/Path.h"
#include "livarot/path-description.h"
#include <glib.h>
#include <cstdio>
#include <cstdlib>
#include <cstring>
+#include <2geom/point.h>
+#include <2geom/matrix.h>
/*
* polygon offset and polyline to path reassembling (when using back data)