Bug 836974: Move nsInlineFrame's #include of nsLineLayout from the .h file into .cpp file. r=mats

This commit is contained in:
Daniel Holbert
2013-02-01 08:01:47 -08:00
parent 2048880e8d
commit 0d6626cc55
2 changed files with 4 additions and 2 deletions

View File

@@ -5,8 +5,9 @@
/* rendering object for CSS display:inline objects */
#include "nsCOMPtr.h"
#include "nsInlineFrame.h"
#include "nsCOMPtr.h"
#include "nsLineLayout.h"
#include "nsBlockFrame.h"
#include "nsPlaceholderFrame.h"
#include "nsGkAtoms.h"

View File

@@ -10,7 +10,8 @@
#include "mozilla/Attributes.h"
#include "nsContainerFrame.h"
#include "nsLineLayout.h"
class nsLineLayout;
/** In Bidi left (or right) margin/padding/border should be applied to left
* (or right) most frame (or a continuation frame).