diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2003-11-06 22:31:38 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-11-06 22:31:38 +0800 |
commit | e8efae29aefaf2ab8c549fc298b6564f697f1de1 (patch) | |
tree | cdc08704a3a1d0a7094817fceea231ffe6a9df15 /lib/ephy-file-helpers.c | |
parent | 510dc2f81c7d5da00ae321c4f87fe74bc7873e0d (diff) | |
download | gsoc2013-epiphany-e8efae29aefaf2ab8c549fc298b6564f697f1de1.tar gsoc2013-epiphany-e8efae29aefaf2ab8c549fc298b6564f697f1de1.tar.gz gsoc2013-epiphany-e8efae29aefaf2ab8c549fc298b6564f697f1de1.tar.bz2 gsoc2013-epiphany-e8efae29aefaf2ab8c549fc298b6564f697f1de1.tar.lz gsoc2013-epiphany-e8efae29aefaf2ab8c549fc298b6564f697f1de1.tar.xz gsoc2013-epiphany-e8efae29aefaf2ab8c549fc298b6564f697f1de1.tar.zst gsoc2013-epiphany-e8efae29aefaf2ab8c549fc298b6564f697f1de1.zip |
Change some more i18n inclusion and remove several unused includes.
2003-11-06 Marco Pesenti Gritti <marco@gnome.org>
* embed/downloader-view.c:
* embed/ephy-embed-popup-control.c:
* embed/mozilla/ExternalProtocolService.cpp:
* embed/mozilla/FilePicker.cpp:
* embed/mozilla/GtkNSSDialogs.cpp:
* embed/mozilla/GtkNSSKeyPairDialogs.cpp:
* embed/mozilla/mozilla-embed-single.cpp:
* embed/mozilla/mozilla-notifiers.cpp:
* lib/ephy-file-helpers.c:
* lib/widgets/ephy-search-entry.c:
Change some more i18n inclusion and remove several
unused includes.
Diffstat (limited to 'lib/ephy-file-helpers.c')
-rw-r--r-- | lib/ephy-file-helpers.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ephy-file-helpers.c b/lib/ephy-file-helpers.c index e569805b7..0d61f5bfc 100644 --- a/lib/ephy-file-helpers.c +++ b/lib/ephy-file-helpers.c @@ -29,7 +29,6 @@ #include <glib.h> #include <glib/gi18n.h> #include <libgnome/gnome-init.h> -#include <libgnome/gnome-exec.h> #include "ephy-file-helpers.h" |