Bug 836974: Move nsInlineFrame's #include of nsLineLayout from the .h file into .cpp file. r=mats
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user