diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-08-06 06:12:38 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-08-06 06:12:38 +0800 |
commit | 9abce979580857b9273ee9efc909bfd1d3004e51 (patch) | |
tree | 1abf6b77452181ce11e34c277add8d821cbbb5e9 /calendar/gui | |
parent | 609bd882de6cac5db7c65e00c2275f946f8f0c94 (diff) | |
download | gsoc2013-evolution-9abce979580857b9273ee9efc909bfd1d3004e51.tar.gz gsoc2013-evolution-9abce979580857b9273ee9efc909bfd1d3004e51.tar.zst gsoc2013-evolution-9abce979580857b9273ee9efc909bfd1d3004e51.zip |
Remove some unnecessary Bonobo includes.
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/e-meeting-list-view.c | 3 | ||||
-rw-r--r-- | calendar/gui/gnome-cal.c | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/calendar/gui/e-meeting-list-view.c b/calendar/gui/e-meeting-list-view.c index d4b87fc270..276c31ab01 100644 --- a/calendar/gui/e-meeting-list-view.c +++ b/calendar/gui/e-meeting-list-view.c @@ -27,9 +27,6 @@ #include <string.h> #include <gtk/gtk.h> -#include <bonobo/bonobo-control.h> -#include <bonobo/bonobo-widget.h> -#include <bonobo/bonobo-exception.h> #include <glib/gi18n.h> #include <libebook/e-book.h> #include <libebook/e-vcard.h> diff --git a/calendar/gui/gnome-cal.c b/calendar/gui/gnome-cal.c index f47d9053a8..9c099e8938 100644 --- a/calendar/gui/gnome-cal.c +++ b/calendar/gui/gnome-cal.c @@ -36,7 +36,6 @@ #include <glib.h> #include <gdk/gdkkeysyms.h> #include <glib/gi18n.h> -#include <bonobo/bonobo-exception.h> #include <libedataserver/e-categories.h> #include <libedataserver/e-url.h> #include <libedataserverui/e-passwords.h> |