Bug 557416: Remove unnecessary includes and forward declarations of nsPresContext. r=roc

This commit is contained in:
Craig Topper
2010-04-10 16:10:12 -04:00
parent d130af344a
commit 076bc13756
103 changed files with 37 additions and 98 deletions

View File

@@ -43,7 +43,6 @@
#include "nsIFormControlFrame.h"
#include "nsHTMLParts.h"
#include "nsPresContext.h"
#include "nsStyleContext.h"
#include "nsLeafFrame.h"
#include "nsCSSRendering.h"
@@ -53,6 +52,7 @@
#include "nsButtonFrameRenderer.h"
class nsIRenderingContext;
class nsPresContext;
class nsHTMLButtonControlFrame : public nsHTMLContainerFrame,
public nsIFormControlFrame