summaryrefslogtreecommitdiffstats
path: root/src/selection.cpp
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2012-02-19 11:14:03 +0000
committerJohan Engelen <goejendaagh@zonnet.nl>2012-02-19 11:14:03 +0000
commitf61fc22a2f4a646e4c96b8155e2dee1f2981037c (patch)
tree1a7dc88ca57cd6f3980e82c4c978b43f9408a7d2 /src/selection.cpp
parentfix crash on non-finite stroke widths (diff)
downloadinkscape-f61fc22a2f4a646e4c96b8155e2dee1f2981037c.tar.gz
inkscape-f61fc22a2f4a646e4c96b8155e2dee1f2981037c.zip
move helper/recthull.h to 2geom/rect-hull.h
(bzr r10996)
Diffstat (limited to '')
-rw-r--r--src/selection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/selection.cpp b/src/selection.cpp
index 45d8c43f2..068c1c00e 100644
--- a/src/selection.cpp
+++ b/src/selection.cpp
@@ -25,7 +25,7 @@
#include "desktop-handles.h"
#include "document.h"
#include "selection.h"
-#include "helper/recthull.h"
+#include <2geom/rect-hull.h>
#include "xml/repr.h"
#include "preferences.h"