diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2010-12-23 08:11:34 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2010-12-23 08:11:34 +0000 |
| commit | c20181b768c7c5974509ef760f2cc26d157af7c5 (patch) | |
| tree | 186a3a85cb4288c754504a737b502233e6b54875 /src/display/sp-canvas.cpp | |
| parent | German translation update (diff) | |
| parent | Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ... (diff) | |
| download | inkscape-c20181b768c7c5974509ef760f2cc26d157af7c5.tar.gz inkscape-c20181b768c7c5974509ef760f2cc26d157af7c5.zip | |
Split SPCanvasItem and SPCanvasGroup to individual .h files. Pruned forward header.
(bzr r9979)
Diffstat (limited to 'src/display/sp-canvas.cpp')
| -rw-r--r-- | src/display/sp-canvas.cpp | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/display/sp-canvas.cpp b/src/display/sp-canvas.cpp index 2319f82f6..fc68bcfc0 100644 --- a/src/display/sp-canvas.cpp +++ b/src/display/sp-canvas.cpp @@ -1,5 +1,3 @@ -#define __SP_CANVAS_C__ - /** \file * Port of GnomeCanvas for Inkscape needs * @@ -30,10 +28,10 @@ #include "helper/sp-marshal.h" #include <helper/recthull.h> -#include <display/sp-canvas.h> -#include "display-forward.h" +#include "display/sp-canvas.h" +#include "display/sp-canvas-group.h" #include <2geom/matrix.h> -#include <libnr/nr-convex-hull.h> +#include "libnr/nr-convex-hull.h" #include "preferences.h" #include "inkscape.h" #include "sodipodi-ctrlrect.h" |
