From 43ffdbce3d862188f5eff610b4dfb4492c9e8a3d Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Tue, 30 Dec 2003 20:10:36 +0000 Subject: Adjust includes to make it compile with mozila 1.4. 2003-12-30 Christian Persch * embed/mozilla/MozDownload.cpp: * embed/mozilla/MozDownload.h: Adjust includes to make it compile with mozila 1.4. --- embed/mozilla/MozDownload.cpp | 1 - embed/mozilla/MozDownload.h | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'embed') 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" -- cgit v1.2.3