diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-12-31 04:10:36 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-12-31 04:10:36 +0800 |
commit | 43ffdbce3d862188f5eff610b4dfb4492c9e8a3d (patch) | |
tree | 603ebbc1d5b71cd03081b4574d67a3187e9c1f8a /embed/mozilla/MozDownload.cpp | |
parent | 3a64822115580381da20e6bda7496c3244739e35 (diff) | |
download | gsoc2013-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.
Diffstat (limited to 'embed/mozilla/MozDownload.cpp')
-rw-r--r-- | embed/mozilla/MozDownload.cpp | 1 |
1 files changed, 0 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"; |