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/zoom-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/zoom-context.cpp')
| -rw-r--r-- | src/zoom-context.cpp | 3 |
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" |
