diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2012-02-19 11:14:03 +0000 |
|---|---|---|
| committer | Johan Engelen <goejendaagh@zonnet.nl> | 2012-02-19 11:14:03 +0000 |
| commit | f61fc22a2f4a646e4c96b8155e2dee1f2981037c (patch) | |
| tree | 1a7dc88ca57cd6f3980e82c4c978b43f9408a7d2 /src/selection.cpp | |
| parent | fix crash on non-finite stroke widths (diff) | |
| download | inkscape-f61fc22a2f4a646e4c96b8155e2dee1f2981037c.tar.gz inkscape-f61fc22a2f4a646e4c96b8155e2dee1f2981037c.zip | |
move helper/recthull.h to 2geom/rect-hull.h
(bzr r10996)
Diffstat (limited to 'src/selection.cpp')
| -rw-r--r-- | src/selection.cpp | 2 |
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" |
