Bug 907883 - Minimize #includes in layout/generic; r=roc

This commit is contained in:
Ehsan Akhgari
2013-08-22 14:32:52 -04:00
parent 407293365c
commit 06d49ffd4d
68 changed files with 55 additions and 383 deletions

View File

@@ -8,7 +8,6 @@
#include "mozilla/DebugOnly.h"
#include "mozilla/Likely.h"
#include "nsCOMPtr.h"
#include "nsFrameSetFrame.h"
#include "nsGenericHTMLElement.h"
#include "nsAttrValueInlines.h"
@@ -16,22 +15,12 @@
#include "nsContainerFrame.h"
#include "nsPresContext.h"
#include "nsIPresShell.h"
#include "nsIComponentManager.h"
#include "nsIStreamListener.h"
#include "nsIURL.h"
#include "nsIDocument.h"
#include "nsINodeInfo.h"
#include "nsView.h"
#include "nsViewManager.h"
#include "nsWidgetsCID.h"
#include "nsGkAtoms.h"
#include "nsStyleCoord.h"
#include "nsStyleConsts.h"
#include "nsStyleContext.h"
#include "nsHTMLParts.h"
#include "nsGUIEvent.h"
#include "nsRenderingContext.h"
#include "nsIServiceManager.h"
#include "nsIDOMMutationEvent.h"
#include "nsINameSpaceManager.h"
#include "nsCSSAnonBoxes.h"