summaryrefslogtreecommitdiffstats
path: root/src/snapped-curve.cpp
diff options
context:
space:
mode:
authorDiederik van Lierop <mail@diedenrezi.nl>2009-03-14 22:24:23 +0000
committerdvlierop2 <dvlierop2@users.sourceforge.net>2009-03-14 22:24:23 +0000
commitca98a832bbdb4dd8c9c8aa1b1d4a93aaef956afd (patch)
tree7b1cd994ebbcd5692cb86da130e0f55262fd4428 /src/snapped-curve.cpp
parentallow full mouse dragging, rotating, scaling, etc. if a single layer is the s... (diff)
downloadinkscape-ca98a832bbdb4dd8c9c8aa1b1d4a93aaef956afd.tar.gz
inkscape-ca98a832bbdb4dd8c9c8aa1b1d4a93aaef956afd.zip
Remove obsolete includes of libnr files in the snapping code
(bzr r7491)
Diffstat (limited to 'src/snapped-curve.cpp')
-rw-r--r--src/snapped-curve.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/snapped-curve.cpp b/src/snapped-curve.cpp
index e66b44401..4da2d4c7d 100644
--- a/src/snapped-curve.cpp
+++ b/src/snapped-curve.cpp
@@ -9,10 +9,8 @@
*/
#include "snapped-curve.h"
-#include "libnr/nr-values.h"
#include <2geom/crossing.h>
#include <2geom/path-intersection.h>
-#include <libnr/nr-convert2geom.h>
Inkscape::SnappedCurve::SnappedCurve(Geom::Point const &snapped_point, Geom::Coord const &snapped_distance, Geom::Coord const &snapped_tolerance, bool const &always_snap, bool const &fully_constrained, Geom::Curve const *curve, SnapSourceType source, SnapTargetType target)
{