aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-01-11 12:52:38 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2009-01-11 12:52:38 +0800
commit577f9fdffbbb9e57b44b0290f1aea8088c6f0976 (patch)
tree53b708fae32a4ffda16115e1b83c5e58ee59957a /shell
parentb20c8370f1d894f4f971c0da9cdd132843f50934 (diff)
downloadgsoc2013-evolution-577f9fdffbbb9e57b44b0290f1aea8088c6f0976.tar
gsoc2013-evolution-577f9fdffbbb9e57b44b0290f1aea8088c6f0976.tar.gz
gsoc2013-evolution-577f9fdffbbb9e57b44b0290f1aea8088c6f0976.tar.bz2
gsoc2013-evolution-577f9fdffbbb9e57b44b0290f1aea8088c6f0976.tar.lz
gsoc2013-evolution-577f9fdffbbb9e57b44b0290f1aea8088c6f0976.tar.xz
gsoc2013-evolution-577f9fdffbbb9e57b44b0290f1aea8088c6f0976.tar.zst
gsoc2013-evolution-577f9fdffbbb9e57b44b0290f1aea8088c6f0976.zip
Remove unneeded #include <libgnome/gnome-util.h>.
2009-01-10 Matthew Barnes <mbarnes@redhat.com> * addressbook/gui/contact-editor/e-contact-editor-address.c: * addressbook/gui/contact-editor/e-contact-editor-fullname.c: * addressbook/gui/contact-editor/e-contact-editor-im.c: * addressbook/gui/widgets/e-addressbook-view.c: * addressbook/printing/e-contact-print.c: * calendar/gui/calendar-commands.c: * calendar/gui/e-cal-list-view.c: * calendar/gui/e-day-view.c: * calendar/gui/e-itip-control.c: * calendar/gui/e-meeting-list-view.c: * calendar/gui/e-meeting-store.c: * calendar/gui/e-week-view.c: * calendar/gui/gnome-cal.c: * calendar/gui/memos-control.c: * calendar/gui/tasks-control.c: * e-util/e-dialog-utils.c: * mail/em-folder-view.c: * mail/importers/mail-importer.c: * shell/e-shell.c: * shell/evolution-shell-component-utils.c: * shell/importer/intelligent.c: * shell/main.c: * widgets/menus/gal-view-collection.c: * widgets/menus/gal-view-instance.c: Remove unneeded #include <libgnome/gnome-util.h>. svn path=/trunk/; revision=37036
Diffstat (limited to 'shell')
-rw-r--r--shell/ChangeLog8
-rw-r--r--shell/e-shell.c1
-rw-r--r--shell/evolution-shell-component-utils.c1
-rw-r--r--shell/importer/intelligent.c1
-rw-r--r--shell/main.c1
5 files changed, 8 insertions, 4 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 0d3425de44..eed506e83f 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,11 @@
+2009-01-10 Matthew Barnes <mbarnes@redhat.com>
+
+ * e-shell.c:
+ * evolution-shell-component-utils.c:
+ * importer/intelligent.c:
+ * main.c:
+ Remove unneeded #include <libgnome/gnome-util.h>.
+
2009-01-09 Takao Fujiwara <takao.fujiwara@sun.com>
Reviewed by Matthew Barnes <mbarnes@redhat.com>
diff --git a/shell/e-shell.c b/shell/e-shell.c
index aeb6b79112..a512442133 100644
--- a/shell/e-shell.c
+++ b/shell/e-shell.c
@@ -43,7 +43,6 @@
#endif
#include <glib/gi18n.h>
-#include <libgnome/gnome-util.h>
#include <gconf/gconf-client.h>
diff --git a/shell/evolution-shell-component-utils.c b/shell/evolution-shell-component-utils.c
index 7400cb23c4..9dc1c3323b 100644
--- a/shell/evolution-shell-component-utils.c
+++ b/shell/evolution-shell-component-utils.c
@@ -29,7 +29,6 @@
#include <string.h>
#include <glib/gi18n.h>
-#include <libgnome/gnome-util.h>
#include <bonobo/bonobo-ui-util.h>
#include <bonobo/bonobo-moniker-util.h>
#include <bonobo/bonobo-exception.h>
diff --git a/shell/importer/intelligent.c b/shell/importer/intelligent.c
index c7cb6b3b0c..6503fc8ad6 100644
--- a/shell/importer/intelligent.c
+++ b/shell/importer/intelligent.c
@@ -29,7 +29,6 @@
#include <gtk/gtk.h>
#include <libgnome/gnome-config.h>
-/*#include <libgnome/gnome-util.h>*/
#include <glib/gi18n.h>
#include <bonobo/bonobo-object.h>
diff --git a/shell/main.c b/shell/main.c
index 1638de0788..3590c315c4 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -51,7 +51,6 @@
#include <gconf/gconf-client.h>
#include <glib/gi18n.h>
-#include <libgnome/gnome-util.h>
#include <libgnome/gnome-sound.h>
#include <libgnomeui/gnome-ui-init.h>
#include <libgnomeui/gnome-client.h>