From d7a21f643ef589b4132a5ac2938eb9c0f3bb9182 Mon Sep 17 00:00:00 2001 From: "darin%meer.net" Date: Tue, 23 Nov 2004 22:19:13 +0000 Subject: [PATCH] fixing MingW / GCC 3.4 build bustage --- xpcom/glue/nsComponentManagerUtils.cpp | 1 - xpcom/glue/nsComponentManagerUtils.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/xpcom/glue/nsComponentManagerUtils.cpp b/xpcom/glue/nsComponentManagerUtils.cpp index 890642b23542..40b87c68dc29 100644 --- a/xpcom/glue/nsComponentManagerUtils.cpp +++ b/xpcom/glue/nsComponentManagerUtils.cpp @@ -45,7 +45,6 @@ #include "nsComponentManagerUtils.h" #include "nsIServiceManagerUtils.h" -#include "nsIFactory.h" #ifdef MOZILLA_STRICT_API diff --git a/xpcom/glue/nsComponentManagerUtils.h b/xpcom/glue/nsComponentManagerUtils.h index b7c5f2fd7a48..d317f8171818 100644 --- a/xpcom/glue/nsComponentManagerUtils.h +++ b/xpcom/glue/nsComponentManagerUtils.h @@ -46,7 +46,7 @@ #include "nsCOMPtr.h" #endif -class nsIFactory; +#include "nsIFactory.h" NS_COM_GLUE nsresult