From 547e123d2777bd3beba36e74e018efb590ed44d4 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 18 Jun 2009 15:26:21 -0400 Subject: Stop abusing forward declarations. --- shell/e-component-view.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'shell/e-component-view.h') diff --git a/shell/e-component-view.h b/shell/e-component-view.h index ef8a6e813c..ca40e3c381 100644 --- a/shell/e-component-view.h +++ b/shell/e-component-view.h @@ -24,12 +24,11 @@ #ifndef _E_COMPONENT_VIEW_H_ #define _E_COMPONENT_VIEW_H_ +#include #include G_BEGIN_DECLS -struct _GtkWidget; - typedef struct _EComponentView EComponentView; typedef struct _EComponentViewPrivate EComponentViewPrivate; typedef struct _EComponentViewClass EComponentViewClass; @@ -62,7 +61,7 @@ struct _EComponentViewClass { }; GType e_component_view_get_type(void); -EComponentView *e_component_view_new(GNOME_Evolution_ShellView shell_view, const gchar *id, struct _GtkWidget *side, struct _GtkWidget *view, struct _GtkWidget *status); +EComponentView *e_component_view_new(GNOME_Evolution_ShellView shell_view, const gchar *id, GtkWidget *side, GtkWidget *view, GtkWidget *status); EComponentView *e_component_view_new_controls(GNOME_Evolution_ShellView parent, const gchar *id, struct _BonoboControl *side, struct _BonoboControl *view, struct _BonoboControl *statusbar); void e_component_view_set_title(EComponentView *ecv, const gchar *title); -- cgit v1.2.3