Bug 919871: Make .cpp files in layout/generic #include their corresponding .h file first. r=mats
This commit is contained in:
@@ -5,10 +5,11 @@
|
||||
|
||||
/* rendering object for HTML <frameset> elements */
|
||||
|
||||
#include "nsFrameSetFrame.h"
|
||||
|
||||
#include "mozilla/DebugOnly.h"
|
||||
#include "mozilla/Likely.h"
|
||||
|
||||
#include "nsFrameSetFrame.h"
|
||||
#include "nsGenericHTMLElement.h"
|
||||
#include "nsAttrValueInlines.h"
|
||||
#include "nsLeafFrame.h"
|
||||
|
||||
Reference in New Issue
Block a user