aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2003-12-31 04:10:36 +0800
committerChristian Persch <chpe@src.gnome.org>2003-12-31 04:10:36 +0800
commit43ffdbce3d862188f5eff610b4dfb4492c9e8a3d (patch)
tree603ebbc1d5b71cd03081b4574d67a3187e9c1f8a
parent3a64822115580381da20e6bda7496c3244739e35 (diff)
downloadgsoc2013-epiphany-43ffdbce3d862188f5eff610b4dfb4492c9e8a3d.tar
gsoc2013-epiphany-43ffdbce3d862188f5eff610b4dfb4492c9e8a3d.tar.gz
gsoc2013-epiphany-43ffdbce3d862188f5eff610b4dfb4492c9e8a3d.tar.bz2
gsoc2013-epiphany-43ffdbce3d862188f5eff610b4dfb4492c9e8a3d.tar.lz
gsoc2013-epiphany-43ffdbce3d862188f5eff610b4dfb4492c9e8a3d.tar.xz
gsoc2013-epiphany-43ffdbce3d862188f5eff610b4dfb4492c9e8a3d.tar.zst
gsoc2013-epiphany-43ffdbce3d862188f5eff610b4dfb4492c9e8a3d.zip
Adjust includes to make it compile with mozila 1.4.
2003-12-30 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/MozDownload.cpp: * embed/mozilla/MozDownload.h: Adjust includes to make it compile with mozila 1.4.
-rw-r--r--ChangeLog7
-rw-r--r--embed/mozilla/MozDownload.cpp1
-rw-r--r--embed/mozilla/MozDownload.h2
3 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e7149fa4c..cc2804c38 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2003-12-30 Christian Persch <chpe@cvs.gnome.org>
+ * embed/mozilla/MozDownload.cpp:
+ * embed/mozilla/MozDownload.h:
+
+ Adjust includes to make it compile with mozila 1.4.
+
+2003-12-30 Christian Persch <chpe@cvs.gnome.org>
+
* embed/ephy-embed-single.c: (ephy_embed_single_clear_auth_cache):
* embed/ephy-embed-single.h:
* embed/mozilla/mozilla-embed-single.cpp:
diff --git a/embed/mozilla/MozDownload.cpp b/embed/mozilla/MozDownload.cpp
index 62ff29c87..4b29b8172 100644
--- a/embed/mozilla/MozDownload.cpp
+++ b/embed/mozilla/MozDownload.cpp
@@ -52,7 +52,6 @@
#include "nsDirectoryServiceUtils.h"
#include "nsIRequest.h"
#include "netCore.h"
-#include "nsIObserver.h"
const char* const persistContractID = "@mozilla.org/embedding/browser/nsWebBrowserPersist;1";
diff --git a/embed/mozilla/MozDownload.h b/embed/mozilla/MozDownload.h
index ec06a1cad..9a2a94d53 100644
--- a/embed/mozilla/MozDownload.h
+++ b/embed/mozilla/MozDownload.h
@@ -50,6 +50,8 @@
#include "nsIURI.h"
#include "nsILocalFile.h"
#include "nsIWebBrowserPersist.h"
+#include "nsIObserver.h"
+#include "nsIRequest.h"
#include "downloader-view.h"
#include "ephy-download.h"