summaryrefslogtreecommitdiffstats
path: root/src/line-snapper.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/line-snapper.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 '')
-rw-r--r--src/line-snapper.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/line-snapper.cpp b/src/line-snapper.cpp
index dee944afd..a18fb8518 100644
--- a/src/line-snapper.cpp
+++ b/src/line-snapper.cpp
@@ -11,8 +11,6 @@
* Released under GNU GPL, read the file 'COPYING' for more information
*/
-#include "libnr/nr-values.h"
-#include "libnr/nr-point-fns.h"
#include <2geom/geom.h>
#include "line-snapper.h"
#include "snapped-line.h"