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/display/sp-canvas.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/display/sp-canvas.cpp')
| -rw-r--r-- | src/display/sp-canvas.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display/sp-canvas.cpp b/src/display/sp-canvas.cpp index 53d14200a..cecde3fa0 100644 --- a/src/display/sp-canvas.cpp +++ b/src/display/sp-canvas.cpp @@ -22,7 +22,7 @@ #include <gtk/gtk.h> #include "helper/sp-marshal.h" -#include <helper/recthull.h> +#include <2geom/rect-hull.h> #include <2geom/affine.h> #include "display/sp-canvas.h" #include "display/sp-canvas-group.h" |
