summaryrefslogtreecommitdiffstats
path: root/src/zoom-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/zoom-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/zoom-context.cpp')
-rw-r--r--src/zoom-context.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/zoom-context.cpp b/src/zoom-context.cpp
index f8212069e..45de37652 100644
--- a/src/zoom-context.cpp
+++ b/src/zoom-context.cpp
@@ -1,5 +1,3 @@
-#define __SP_ZOOM_CONTEXT_C__
-
/*
* Handy zooming tool
*
@@ -18,6 +16,7 @@
#include "macros.h"
#include "rubberband.h"
+#include "display/sp-canvas-item.h"
#include "display/sp-canvas-util.h"
#include "desktop.h"
#include "pixmaps/cursor-zoom.xpm"