Fix solaris bustage by including headers instead of using forward class decl's for nsCOMPtr'd interfaces in a header file.

git-svn-id: svn://10.0.0.236/trunk@19326 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pinkerton%netscape.com
1999-02-02 17:09:44 +00:00
parent 24479f8d35
commit 95d4a15403
2 changed files with 6 additions and 7 deletions

View File

@@ -34,7 +34,6 @@
#include "nsAppShellCIDs.h"
#include "nsXULCommand.h"
#include "nsIXULCommand.h"
#include "nsIDOMCharacterData.h"
#include "nsIMenuBar.h"
@@ -44,8 +43,6 @@
// XXX: Only needed for the creation of the widget controller...
#include "nsIDocumentViewer.h"
#include "nsIDocument.h"
#include "nsIDOMDocument.h"
#include "nsIDOMNode.h"
#include "nsIDOMElement.h"
#include "nsIDocumentLoader.h"
#include "nsIDOMHTMLInputElement.h"