From e8efae29aefaf2ab8c549fc298b6564f697f1de1 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Thu, 6 Nov 2003 14:31:38 +0000 Subject: Change some more i18n inclusion and remove several unused includes. 2003-11-06 Marco Pesenti Gritti * 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. --- embed/downloader-view.c | 4 ---- embed/ephy-embed-popup-control.c | 1 - embed/mozilla/ExternalProtocolService.cpp | 5 ++--- embed/mozilla/FilePicker.cpp | 1 - embed/mozilla/GtkNSSDialogs.cpp | 2 +- embed/mozilla/GtkNSSKeyPairDialogs.cpp | 2 +- embed/mozilla/mozilla-embed-single.cpp | 2 +- embed/mozilla/mozilla-notifiers.cpp | 3 ++- 8 files changed, 7 insertions(+), 13 deletions(-) (limited to 'embed') diff --git a/embed/downloader-view.c b/embed/downloader-view.c index b59b9c6a4..ff5d03633 100644 --- a/embed/downloader-view.c +++ b/embed/downloader-view.c @@ -34,10 +34,6 @@ #include #include #include -#include -#include -#include -#include #define CONF_DOWNLOADING_SHOW_DETAILS "/apps/epiphany/dialogs/downloader_show_details" diff --git a/embed/ephy-embed-popup-control.c b/embed/ephy-embed-popup-control.c index 131de477a..0fc39c767 100644 --- a/embed/ephy-embed-popup-control.c +++ b/embed/ephy-embed-popup-control.c @@ -31,7 +31,6 @@ #include #include #include -#include typedef enum { diff --git a/embed/mozilla/ExternalProtocolService.cpp b/embed/mozilla/ExternalProtocolService.cpp index 244a2d67b..89537cf8f 100644 --- a/embed/mozilla/ExternalProtocolService.cpp +++ b/embed/mozilla/ExternalProtocolService.cpp @@ -20,9 +20,8 @@ #include #endif -#include -#include -#include +#include +#include #include #include diff --git a/embed/mozilla/FilePicker.cpp b/embed/mozilla/FilePicker.cpp index f37e31996..ab2044257 100644 --- a/embed/mozilla/FilePicker.cpp +++ b/embed/mozilla/FilePicker.cpp @@ -58,7 +58,6 @@ #include #include #include -#include NS_IMPL_ISUPPORTS1(GFilePicker, nsIFilePicker) diff --git a/embed/mozilla/GtkNSSDialogs.cpp b/embed/mozilla/GtkNSSDialogs.cpp index df967874b..05026f7af 100644 --- a/embed/mozilla/GtkNSSDialogs.cpp +++ b/embed/mozilla/GtkNSSDialogs.cpp @@ -72,7 +72,7 @@ #include #include -#include +#include #include "GtkNSSDialogs.h" #include "ephy-glade.h" diff --git a/embed/mozilla/GtkNSSKeyPairDialogs.cpp b/embed/mozilla/GtkNSSKeyPairDialogs.cpp index 2f2ee6efd..8f81c68ea 100644 --- a/embed/mozilla/GtkNSSKeyPairDialogs.cpp +++ b/embed/mozilla/GtkNSSKeyPairDialogs.cpp @@ -56,7 +56,7 @@ #include "gtk/gtkhbox.h" #include "gtk/gtkvbox.h" -#include +#include #include "GtkNSSKeyPairDialogs.h" diff --git a/embed/mozilla/mozilla-embed-single.cpp b/embed/mozilla/mozilla-embed-single.cpp index 1dd020a59..595e291b1 100644 --- a/embed/mozilla/mozilla-embed-single.cpp +++ b/embed/mozilla/mozilla-embed-single.cpp @@ -34,7 +34,7 @@ #include "MozRegisterComponents.h" #include -#include +#include #include #include #include diff --git a/embed/mozilla/mozilla-notifiers.cpp b/embed/mozilla/mozilla-notifiers.cpp index 9ff7766bf..d2656e71c 100644 --- a/embed/mozilla/mozilla-notifiers.cpp +++ b/embed/mozilla/mozilla-notifiers.cpp @@ -33,12 +33,13 @@ #include #include #include -#include +#include #include #include #include #include #include +#include #define MOZILLA_PREF_NO_PROXIES "network.proxy.no_proxies_on" #define MIGRATE_PIXEL_SIZE -- cgit v1.2.3