diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2014-08-30 13:00:28 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2014-08-30 13:00:28 +0000 |
| commit | 977857ef75a45ed1ec79cfdcf0f25dd66d4a7e86 (patch) | |
| tree | 5924bdef171211a2b3d34e09ff65f0524691a151 /src/display | |
| parent | Fix modelines (diff) | |
| download | inkscape-977857ef75a45ed1ec79cfdcf0f25dd66d4a7e86.tar.gz inkscape-977857ef75a45ed1ec79cfdcf0f25dd66d4a7e86.zip | |
Reduce header bloat
(bzr r13341.1.184)
Diffstat (limited to 'src/display')
| -rw-r--r-- | src/display/sp-canvas-item.h | 4 | ||||
| -rw-r--r-- | src/display/sp-canvas.h | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/src/display/sp-canvas-item.h b/src/display/sp-canvas-item.h index 6781be59c..a388ffa91 100644 --- a/src/display/sp-canvas-item.h +++ b/src/display/sp-canvas-item.h @@ -24,8 +24,6 @@ #endif #include <glib-object.h> -#include <gtk/gtk.h> -#include <gdk/gdk.h> #include <2geom/rect.h> #include "ui/control-types.h" @@ -36,6 +34,8 @@ struct SPCanvasBuf; struct SPCanvasGroup; typedef struct _SPCanvasItemClass SPCanvasItemClass; +typedef union _GdkEvent GdkEvent; +typedef struct _GdkCursor GdkCursor; #define SP_TYPE_CANVAS_ITEM (sp_canvas_item_get_type()) #define SP_CANVAS_ITEM(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), SP_TYPE_CANVAS_ITEM, SPCanvasItem)) diff --git a/src/display/sp-canvas.h b/src/display/sp-canvas.h index 72ae4b6bc..adae30f35 100644 --- a/src/display/sp-canvas.h +++ b/src/display/sp-canvas.h @@ -30,7 +30,6 @@ # endif #endif -#include <glib.h> #include <gdk/gdk.h> #include <gtk/gtk.h> #include <glibmm/ustring.h> |
