Bug 921753 - Part 1: Avoid #including nsStyleStructInlines.h in nsIFrame.h; r=roc

This patch reduces the number of files that transitively #include
gfx/2d.h from 1782 to 1582.
This commit is contained in:
Ehsan Akhgari
2013-10-01 17:00:38 -04:00
parent 4e2f113613
commit 7c63dd132d
39 changed files with 148 additions and 63 deletions

View File

@@ -18,7 +18,7 @@
#include "mozilla/LinkedList.h"
#include "nsAbsoluteContainingBlock.h"
#include "nsIAtom.h"
#include "nsIFrame.h"
#include "nsIFrameInlines.h"
#include "nsGkAtoms.h"
#include "nsPresContext.h"
#include "nsIDocument.h"