aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
Diffstat (limited to 'embed')
-rw-r--r--embed/mozilla/MozDownload.cpp1
-rw-r--r--embed/mozilla/MozDownload.h2
2 files changed, 2 insertions, 1 deletions
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"