aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2003-11-05 03:46:00 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2003-11-05 03:46:00 +0800
commitf077672b83507d7ae5dedad6c7d82105e5d5d42f (patch)
tree31235c377fa3bf1a9f0b1c4e72c7ceeaba72205c
parent49103bde7a0ab9b73c774af446bb1c29b0dc8cf9 (diff)
downloadgsoc2013-epiphany-f077672b83507d7ae5dedad6c7d82105e5d5d42f.tar
gsoc2013-epiphany-f077672b83507d7ae5dedad6c7d82105e5d5d42f.tar.gz
gsoc2013-epiphany-f077672b83507d7ae5dedad6c7d82105e5d5d42f.tar.bz2
gsoc2013-epiphany-f077672b83507d7ae5dedad6c7d82105e5d5d42f.tar.lz
gsoc2013-epiphany-f077672b83507d7ae5dedad6c7d82105e5d5d42f.tar.xz
gsoc2013-epiphany-f077672b83507d7ae5dedad6c7d82105e5d5d42f.tar.zst
gsoc2013-epiphany-f077672b83507d7ae5dedad6c7d82105e5d5d42f.zip
Remove unused ephy-prefs includes
2003-11-04 Marco Pesenti Gritti <marco@gnome.org> * embed/downloader-view.c: * embed/mozilla/ExternalProtocolService.cpp: * embed/mozilla/mozilla-embed-single.cpp: * lib/widgets/ephy-spinner.c: * src/bookmarks/ephy-bookmarks-editor.c: * src/language-editor.c: * src/session.c: Remove unused ephy-prefs includes
-rw-r--r--ChangeLog12
-rw-r--r--embed/downloader-view.c1
-rw-r--r--embed/mozilla/ExternalProtocolService.cpp1
-rw-r--r--embed/mozilla/mozilla-embed-single.cpp1
-rw-r--r--lib/widgets/ephy-spinner.c1
-rw-r--r--src/bookmarks/ephy-bookmarks-editor.c1
-rw-r--r--src/language-editor.c1
-rw-r--r--src/session.c1
8 files changed, 12 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index b02308c96..3bb3f1801 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2003-11-04 Marco Pesenti Gritti <marco@gnome.org>
+
+ * embed/downloader-view.c:
+ * embed/mozilla/ExternalProtocolService.cpp:
+ * embed/mozilla/mozilla-embed-single.cpp:
+ * lib/widgets/ephy-spinner.c:
+ * src/bookmarks/ephy-bookmarks-editor.c:
+ * src/language-editor.c:
+ * src/session.c:
+
+ Remove unused ephy-prefs includes
+
2003-11-04 Xan Lopez <xan@masilla.org>
* data/epiphany.schemas.in:
diff --git a/embed/downloader-view.c b/embed/downloader-view.c
index d67577989..cd875eb34 100644
--- a/embed/downloader-view.c
+++ b/embed/downloader-view.c
@@ -24,7 +24,6 @@
#include "downloader-view.h"
#include "ephy-gui.h"
-#include "ephy-prefs.h"
#include "ephy-ellipsizing-label.h"
#include "ephy-file-helpers.h"
#include "ephy-embed-shell.h"
diff --git a/embed/mozilla/ExternalProtocolService.cpp b/embed/mozilla/ExternalProtocolService.cpp
index e16ac0e63..244a2d67b 100644
--- a/embed/mozilla/ExternalProtocolService.cpp
+++ b/embed/mozilla/ExternalProtocolService.cpp
@@ -33,7 +33,6 @@
#include <nsIWindowWatcher.h>
#include <nsIServiceManager.h>
-#include "ephy-prefs.h"
#include "eel-gconf-extensions.h"
#include "ExternalProtocolService.h"
diff --git a/embed/mozilla/mozilla-embed-single.cpp b/embed/mozilla/mozilla-embed-single.cpp
index f39fc4feb..fe05a11f6 100644
--- a/embed/mozilla/mozilla-embed-single.cpp
+++ b/embed/mozilla/mozilla-embed-single.cpp
@@ -26,7 +26,6 @@
#include "ephy-debug.h"
#include "gtkmozembed.h"
#include "mozilla-embed-single.h"
-#include "ephy-prefs.h"
#include "ephy-file-helpers.h"
#include "mozilla-notifiers.h"
#include "ephy-langs.h"
diff --git a/lib/widgets/ephy-spinner.c b/lib/widgets/ephy-spinner.c
index 546fed1fd..c88d326d2 100644
--- a/lib/widgets/ephy-spinner.c
+++ b/lib/widgets/ephy-spinner.c
@@ -32,7 +32,6 @@
#include "ephy-spinner.h"
#include "eel-gconf-extensions.h"
-#include "ephy-prefs.h"
#include "ephy-string.h"
#include "ephy-file-helpers.h"
diff --git a/src/bookmarks/ephy-bookmarks-editor.c b/src/bookmarks/ephy-bookmarks-editor.c
index a7907667a..6a45eb7cb 100644
--- a/src/bookmarks/ephy-bookmarks-editor.c
+++ b/src/bookmarks/ephy-bookmarks-editor.c
@@ -46,7 +46,6 @@
#include "ephy-node-view.h"
#include "ephy-window.h"
#include "ephy-dnd.h"
-#include "ephy-prefs.h"
#include "ephy-shell.h"
#include "ephy-file-helpers.h"
#include "ephy-file-chooser.h"
diff --git a/src/language-editor.c b/src/language-editor.c
index 7325fb4c2..016ebd259 100644
--- a/src/language-editor.c
+++ b/src/language-editor.c
@@ -20,7 +20,6 @@
#include "language-editor.h"
#include "ephy-gui.h"
-#include "ephy-prefs.h"
#include "eel-gconf-extensions.h"
#include <gtk/gtklabel.h>
diff --git a/src/session.c b/src/session.c
index 48cffe7c4..db894d54d 100644
--- a/src/session.c
+++ b/src/session.c
@@ -26,7 +26,6 @@
#include "ephy-shell.h"
#include "ephy-tab.h"
#include "ephy-window.h"
-#include "ephy-prefs.h"
#include "ephy-string.h"
#include "ephy-file-helpers.h"
#include "eel-gconf-extensions.h"