Bug 909927 - Minimize the #includes in layout/forms; r=mats

This commit is contained in:
Ehsan Akhgari
2013-08-28 10:30:02 -04:00
parent 8dc1abc238
commit 056bbb71e7
22 changed files with 13 additions and 195 deletions

View File

@@ -7,17 +7,8 @@
#define nsHTMLButtonControlFrame_h___
#include "mozilla/Attributes.h"
#include "nsCOMPtr.h"
#include "nsContainerFrame.h"
#include "nsIFormControlFrame.h"
#include "nsHTMLParts.h"
#include "nsStyleContext.h"
#include "nsLeafFrame.h"
#include "nsCSSRendering.h"
#include "nsISupports.h"
#include "nsStyleConsts.h"
#include "nsIComponentManager.h"
#include "nsButtonFrameRenderer.h"
class nsRenderingContext;