summaryrefslogtreecommitdiffstats
path: root/src/select-context.cpp
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2010-12-23 08:11:34 +0000
committerJon A. Cruz <jon@joncruz.org>2010-12-23 08:11:34 +0000
commitc20181b768c7c5974509ef760f2cc26d157af7c5 (patch)
tree186a3a85cb4288c754504a737b502233e6b54875 /src/select-context.cpp
parentGerman translation update (diff)
parentSplit SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ... (diff)
downloadinkscape-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.cpp3
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;