diff options
author | Xan Lopez <xan@gnome.org> | 2004-03-28 19:17:51 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2004-03-28 19:17:51 +0800 |
commit | 66bbde2ca85120d3a945d24835e8fdfa0f3dfb99 (patch) | |
tree | 3beac0594792f2c76b89690ee8f3feb77101470b | |
parent | 9fbeeb11841b48f0cbecac27631951a2f2f7cc61 (diff) | |
download | gsoc2013-epiphany-66bbde2ca85120d3a945d24835e8fdfa0f3dfb99.tar gsoc2013-epiphany-66bbde2ca85120d3a945d24835e8fdfa0f3dfb99.tar.gz gsoc2013-epiphany-66bbde2ca85120d3a945d24835e8fdfa0f3dfb99.tar.bz2 gsoc2013-epiphany-66bbde2ca85120d3a945d24835e8fdfa0f3dfb99.tar.lz gsoc2013-epiphany-66bbde2ca85120d3a945d24835e8fdfa0f3dfb99.tar.xz gsoc2013-epiphany-66bbde2ca85120d3a945d24835e8fdfa0f3dfb99.tar.zst gsoc2013-epiphany-66bbde2ca85120d3a945d24835e8fdfa0f3dfb99.zip |
Tiny cleanup.
2004-03-28 Xan Lopez <xan@gnome.org>
* embed/mozilla/MozRegisterComponents.cpp:
Tiny cleanup.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | embed/mozilla/MozRegisterComponents.cpp | 5 |
2 files changed, 7 insertions, 4 deletions
@@ -1,3 +1,9 @@ +2004-03-28 Xan Lopez <xan@gnome.org> + + * embed/mozilla/MozRegisterComponents.cpp: + + Tiny cleanup. + 2004-03-27 Adam Hooper <adamh@cvs.gnome.org> * doc/reference/Makefile.am: diff --git a/embed/mozilla/MozRegisterComponents.cpp b/embed/mozilla/MozRegisterComponents.cpp index d85af15ba..a0a4ffd9b 100644 --- a/embed/mozilla/MozRegisterComponents.cpp +++ b/embed/mozilla/MozRegisterComponents.cpp @@ -47,11 +47,8 @@ #include <nsCOMPtr.h> #include <nsILocalFile.h> #include <nsNetCID.h> -#if MOZILLA_SNAPSHOT > 13 -#include <nsDocShellCID.h> -#endif -#include <glib.h> +#include <glib/gmessages.h> NS_GENERIC_FACTORY_CONSTRUCTOR(EphyAboutRedirector) NS_GENERIC_FACTORY_CONSTRUCTOR(MozDownload) |