Remove unnecessary #includes. b=462203 r+sr=roc

This commit is contained in:
Mats Palmgren 2009-02-19 21:18:49 +01:00
parent f952d65c4e
commit 4e7d3753f9
2 changed files with 1 additions and 18 deletions

View File

@ -35,21 +35,13 @@
*
* ***** END LICENSE BLOCK ***** */
// YY need to pass isMultiple before create called
#include "nsLegendFrame.h"
#include "nsIDOMNode.h"
#include "nsIDOMHTMLLegendElement.h"
#include "nsCSSRendering.h"
#include "nsIContent.h"
#include "nsIFrame.h"
#include "nsISupports.h"
#include "nsIAtom.h"
#include "nsGenericHTMLElement.h"
#include "nsHTMLParts.h"
#include "nsGkAtoms.h"
#include "nsStyleConsts.h"
#include "nsFont.h"
#include "nsFormControlFrame.h"
nsIFrame*

View File

@ -39,15 +39,6 @@
#define nsLegendFrame_h___
#include "nsBlockFrame.h"
#include "nsPresContext.h"
#include "nsCOMPtr.h"
class nsIContent;
class nsIFrame;
class nsPresContext;
struct nsHTMLReflowMetrics;
class nsIRenderingContext;
struct nsRect;
class nsLegendFrame : public nsBlockFrame {
public:
@ -57,7 +48,7 @@ public:
NS_DECL_QUERYFRAME
NS_IMETHOD Reflow(nsPresContext* aPresContext,
NS_IMETHOD Reflow(nsPresContext* aPresContext,
nsHTMLReflowMetrics& aDesiredSize,
const nsHTMLReflowState& aReflowState,
nsReflowStatus& aStatus);