aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-04-30 14:22:04 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-04-30 14:22:04 +0800
commit2dcc01b86dd25971353e0a0677ecb0174c032808 (patch)
tree17c4afdbfd3f08485cf2bf30ec6083e31c28ae74
parentbe08a4a3eceeb5d31d1aa7cab70a755f1fe9d688 (diff)
downloadgsoc2013-evolution-2dcc01b86dd25971353e0a0677ecb0174c032808.tar
gsoc2013-evolution-2dcc01b86dd25971353e0a0677ecb0174c032808.tar.gz
gsoc2013-evolution-2dcc01b86dd25971353e0a0677ecb0174c032808.tar.bz2
gsoc2013-evolution-2dcc01b86dd25971353e0a0677ecb0174c032808.tar.lz
gsoc2013-evolution-2dcc01b86dd25971353e0a0677ecb0174c032808.tar.xz
gsoc2013-evolution-2dcc01b86dd25971353e0a0677ecb0174c032808.tar.zst
gsoc2013-evolution-2dcc01b86dd25971353e0a0677ecb0174c032808.zip
Remove e-lang-utils.h include.
2004-04-30 Not Zed <NotZed@Ximian.com> * e-component-registry.c: * e-shell-settings-dialog.c: * e-shell-window.c: Remove e-lang-utils.h include. svn path=/trunk/; revision=25701
-rw-r--r--shell/ChangeLog4
-rw-r--r--shell/e-component-registry.c1
-rw-r--r--shell/e-shell-settings-dialog.c1
-rw-r--r--shell/e-shell-window.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 3cfc6dffeb..86a1304dce 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,9 @@
2004-04-30 Not Zed <NotZed@Ximian.com>
+ * e-component-registry.c:
+ * e-shell-settings-dialog.c:
+ * e-shell-window.c: Remove e-lang-utils.h include.
+
* e-component-registry.c (query_components): do the same as below.
* e-shell-settings-dialog.c (load_pages): use
diff --git a/shell/e-component-registry.c b/shell/e-component-registry.c
index 29d19b3812..f53768983e 100644
--- a/shell/e-component-registry.c
+++ b/shell/e-component-registry.c
@@ -28,7 +28,6 @@
#include "e-shell-utils.h"
#include <e-util/e-icon-factory.h>
-#include "e-util/e-lang-utils.h"
#include <libgnome/gnome-i18n.h>
#include <gal/util/e-util.h>
diff --git a/shell/e-shell-settings-dialog.c b/shell/e-shell-settings-dialog.c
index a6ce5cfdb5..0d85a2e4f4 100644
--- a/shell/e-shell-settings-dialog.c
+++ b/shell/e-shell-settings-dialog.c
@@ -29,7 +29,6 @@
#include "e-corba-config-page.h"
#include <e-util/e-icon-factory.h>
-#include "e-util/e-lang-utils.h"
#include <gal/util/e-util.h>
diff --git a/shell/e-shell-window.c b/shell/e-shell-window.c
index 86dbecd5eb..14ad005ca9 100644
--- a/shell/e-shell-window.c
+++ b/shell/e-shell-window.c
@@ -31,8 +31,6 @@
#include "e-shell-marshal.h"
#include "e-sidebar.h"
-#include "e-util/e-lang-utils.h"
-
#include <gal/util/e-util.h>
#include <gtk/gtkbutton.h>