diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2001-03-26 19:14:13 +0800 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2001-03-26 19:14:13 +0800 |
commit | 5fe6e035ed8d47b13d151ca556197f8832b18c81 (patch) | |
tree | ab6ac630d3c33652e52716d567d321e87439c00d /calendar/gui/e-tasks.h | |
parent | ab54218f6469377dda71786decba73c8598afecf (diff) | |
download | gsoc2013-evolution-5fe6e035ed8d47b13d151ca556197f8832b18c81.tar.gz 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/e-tasks.h')
-rw-r--r-- | calendar/gui/e-tasks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-tasks.h b/calendar/gui/e-tasks.h index 03b4abf142..21660c8c7e 100644 --- a/calendar/gui/e-tasks.h +++ b/calendar/gui/e-tasks.h @@ -26,8 +26,8 @@ #ifndef _E_TASKS_H_ #define _E_TASKS_H_ +#include <gtk/gtktable.h> #include <cal-client/cal-client.h> -#include <bonobo.h> #define E_TYPE_TASKS (e_tasks_get_type ()) #define E_TASKS(obj) (GTK_CHECK_CAST ((obj), E_TYPE_TASKS, ETasks)) |