diff options
Diffstat (limited to 'embed/mozilla')
-rw-r--r-- | embed/mozilla/MozRegisterComponents.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
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) |