mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Remove unnecessary #includes. b=462203 r+sr=roc
This commit is contained in:
parent
f952d65c4e
commit
4e7d3753f9
@ -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*
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user