Bug 919871: Make .cpp files in layout/generic #include their corresponding .h file first. r=mats
This commit is contained in:
@@ -9,11 +9,12 @@
|
||||
* boxes, also used for various anonymous boxes
|
||||
*/
|
||||
|
||||
#include "nsBlockFrame.h"
|
||||
|
||||
#include "mozilla/DebugOnly.h"
|
||||
#include "mozilla/Util.h"
|
||||
|
||||
#include "nsCOMPtr.h"
|
||||
#include "nsBlockFrame.h"
|
||||
#include "nsAbsoluteContainingBlock.h"
|
||||
#include "nsBlockReflowContext.h"
|
||||
#include "nsBlockReflowState.h"
|
||||
|
||||
Reference in New Issue
Block a user