Moving the needed interfaces over to the header file where they are needed. This will fix the wensleydale bustage.

git-svn-id: svn://10.0.0.236/trunk@60722 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
tbogard%aol.net
2000-02-14 09:39:21 +00:00
parent 7a07fd1a8c
commit 778337e30f
2 changed files with 11 additions and 2 deletions

View File

@@ -30,7 +30,6 @@
//Interfaces Needed
#include "nsIComponentManager.h"
#include "nsIDeviceContext.h"
#include "nsIDocShell.h"
#include "nsIDocument.h"
#include "nsIDOMDocument.h"
#include "nsIInterfaceRequestor.h"

View File

@@ -24,10 +24,20 @@
#define nsWebBrowser_h__
#include "nsCOMPtr.h"
#include "nsISupportsArray.h"
#include "nsCWebBrowser.h"
// Interfaces needed
#include "nsIBaseWindow.h"
#include "nsIDocShell.h"
#include "nsIProgress.h"
#include "nsIScrollable.h"
#include "nsISupportsArray.h"
#include "nsITextScroll.h"
#include "nsIWidget.h"
#include "nsIWebBrowser.h"
#include "nsIWebBrowserNav.h"
class nsWebBrowserInitInfo
{
public: