Fixed up includes to not depend on old content model classes

This commit is contained in:
kipp@netscape.com
1998-09-24 21:37:45 +00:00
parent f765275cd0
commit 4dc6507c31
16 changed files with 8 additions and 22 deletions

View File

@@ -15,10 +15,9 @@
* Copyright (C) 1998 Netscape Communications Corporation. All Rights
* Reserved.
*/
#include "nsHTMLContainer.h"
#include "nsLeafFrame.h"
#include "nsHTMLContainerFrame.h"
#include "nsIHTMLContent.h"
#include "nsIWebShell.h"
#include "nsIPresContext.h"
#include "nsIPresShell.h"
@@ -39,7 +38,6 @@
#include "nsCSSLayout.h"
#include "nsIDocumentLoader.h"
#include "nsIPref.h"
//#include "nsIDocumentWidget.h"
#include "nsFrameSetFrame.h"
#include "nsIDOMHTMLFrameElement.h"
#include "nsIDOMHTMLIFrameElement.h"