Fixing VC5 build (include nsIDocShell.h before nsCOMPtr use) r=dbragg

This commit is contained in:
dveditz@netscape.com
2000-02-02 00:16:33 +00:00
parent bf0e337857
commit 31fe0dad90

View File

@@ -24,6 +24,7 @@
#include "nsIComponentManager.h"
#include "nsIServiceManager.h"
#include "nsIDocShell.h"
#include "nsWebBrowser.h"
#include "nsWebBrowserSetup.h"
@@ -91,4 +92,4 @@ NSUnregisterSelf(nsISupports* aServMgr, const char* aPath)
NS_ENSURE_SUCCESS(rv, rv);
return rv;
}
}