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/tweak-context.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/tweak-context.cpp')
| -rw-r--r-- | src/tweak-context.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tweak-context.cpp b/src/tweak-context.cpp index 1d0c004a4..3b93c659b 100644 --- a/src/tweak-context.cpp +++ b/src/tweak-context.cpp @@ -20,7 +20,6 @@ #include <numeric> #include "svg/svg.h" -#include "display/canvas-bpath.h" #include <glib/gmem.h> #include "macros.h" @@ -61,6 +60,7 @@ #include "gradient-chemistry.h" #include "sp-text.h" #include "sp-flowtext.h" +#include "display/sp-canvas.h" #include "display/canvas-bpath.h" #include "display/canvas-arena.h" #include "display/curve.h" |
