diff options
Diffstat (limited to 'embed/mozilla')
-rw-r--r-- | embed/mozilla/EphyAboutRedirector.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/embed/mozilla/EphyAboutRedirector.h b/embed/mozilla/EphyAboutRedirector.h index cfb919c77..4ac63be78 100644 --- a/embed/mozilla/EphyAboutRedirector.h +++ b/embed/mozilla/EphyAboutRedirector.h @@ -40,7 +40,6 @@ #define EphyAboutRedirector_h__ #include "nsIAboutModule.h" -#include "nsXPComFactory.h" class EphyAboutRedirector : public nsIAboutModule { @@ -71,6 +70,4 @@ protected: #define EPHY_ABOUT_REDIRECTOR_MARCO_CONTRACTID NS_ABOUT_MODULE_CONTRACTID_PREFIX "marco" #define EPHY_ABOUT_REDIRECTOR_CLASSNAME "Epiphany's about redirector" -nsresult NS_NewEphyAboutRedirectorFactory(nsIFactory** aFactory); - #endif // EphyAboutRedirector_h__ |