aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar-summary.h
diff options
context:
space:
mode:
authorKjartan Maraas <kmaraas@gnome.org>2001-03-26 19:14:13 +0800
committerKjartan Maraas <kmaraas@src.gnome.org>2001-03-26 19:14:13 +0800
commit5fe6e035ed8d47b13d151ca556197f8832b18c81 (patch)
treeab6ac630d3c33652e52716d567d321e87439c00d /calendar/gui/calendar-summary.h
parentab54218f6469377dda71786decba73c8598afecf (diff)
downloadgsoc2013-evolution-5fe6e035ed8d47b13d151ca556197f8832b18c81.tar
gsoc2013-evolution-5fe6e035ed8d47b13d151ca556197f8832b18c81.tar.gz
gsoc2013-evolution-5fe6e035ed8d47b13d151ca556197f8832b18c81.tar.bz2
gsoc2013-evolution-5fe6e035ed8d47b13d151ca556197f8832b18c81.tar.lz
gsoc2013-evolution-5fe6e035ed8d47b13d151ca556197f8832b18c81.tar.xz
gsoc2013-evolution-5fe6e035ed8d47b13d151ca556197f8832b18c81.tar.zst
gsoc2013-evolution-5fe6e035ed8d47b13d151ca556197f8832b18c81.zip
Replace includes of <gnome.h>, <bonobo.h> and <gtk/gtk.h> with the needed
2001-03-26 Kjartan Maraas <kmaraas@gnome.org> * cal-client/client-test.c: Replace includes of <gnome.h>, <bonobo.h> and <gtk/gtk.h> with the needed headers to speed up compile. * cal-util/test-recur.c: Same here for <gtk/gtk.h> * gui/calendar-commands.c: Replace <bonobo.h> and remove <libgnorba/gnorba.h> * gui/calendar-summary.c: Replace <gnome.h> and <bonobo.h> * gui/calendar-summary.h: Added <bonobo/bonobo-generic-factory.h> * gui/component-factory.c: Remove <bonobo.h> * gui/control-factory.c: Replace <bonobo.h> * gui/e-calendar-table.c: Remove <gnome.h> * gui/e-itip-control.c: Replace <gnome.h> and <bonobo.h> * gui/e-meeting-edit.c: Replace <bonobo.h> * gui/e-tasks.c: Replace <gnome.h> * gui/e-tasks.h: Replace <bonobo.h> * gui/gnome-cal.h: Remove <bonobo.h> * gui/main.c: Replace <bonobo.h> and <glade/glade.h> * gui/tasks-control-factory.c: Replace <bonobo.h> * gui/tasks-control.c: Replace <gnome.h> and <bonobo.h> * gui/weekday-picker.c: Add <string.h> and <libgnome/gnome-defs.h> * gui/alarm-notify/client-main.c: Remove <gnome.h> and <bonobo.h> * gui/alarm-notify/notify-main.c: Replace <gnome.h> and <bonobo.h> * gui/dialogs/alarm-notify-dialog.c: Replace <gnome.h> * pcs/cal-backend.c: Replace <gtk/gtk.h> svn path=/trunk/; revision=8937
Diffstat (limited to 'calendar/gui/calendar-summary.h')
-rw-r--r--calendar/gui/calendar-summary.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/calendar-summary.h b/calendar/gui/calendar-summary.h
index cfb92c0697..eebed7c5ad 100644
--- a/calendar/gui/calendar-summary.h
+++ b/calendar/gui/calendar-summary.h
@@ -25,6 +25,7 @@
#ifndef CALENDAR_SUMMARY_H
#define CALENDAR_SUMMARY_H
+#include <bonobo/bonobo-generic-factory.h>
#include <evolution-services/executive-summary-component.h>
BonoboGenericFactory *calendar_summary_factory_init (void);