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/select-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/select-context.cpp')
| -rw-r--r-- | src/select-context.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/select-context.cpp b/src/select-context.cpp index 96758a9f1..4a8b38c37 100644 --- a/src/select-context.cpp +++ b/src/select-context.cpp @@ -5,7 +5,9 @@ * Lauris Kaplinski <lauris@kaplinski.com> * bulia byak <buliabyak@users.sf.net> * Abhishek Sharma + * Jon A. Cruz <jon@joncruz.org> * + * Copyright (C) 2010 authors * Copyright (C) 2006 Johan Engelen <johan@shouraizou.nl> * Copyright (C) 1999-2005 Authors * @@ -40,6 +42,7 @@ #include "selection-describer.h" #include "seltrans.h" #include "box3d.h" +#include "display/sp-canvas.h" #include "display/nr-arena-item.h" using Inkscape::DocumentUndo; |
