summaryrefslogtreecommitdiffstats
path: root/src/snap.h
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/snap.h
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/snap.h')
-rw-r--r--src/snap.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/snap.h b/src/snap.h
index eba18f5de..ac314c66d 100644
--- a/src/snap.h
+++ b/src/snap.h
@@ -20,11 +20,6 @@
#include <vector>
-#include <libnr/nr-coord.h>
-#include <libnr/nr-dim2.h>
-#include <libnr/nr-forward.h>
-#include <libnr/nr-scale.h>
-
#include "guide-snapper.h"
#include "object-snapper.h"
#include "snap-preferences.h"