Bug 919871: Make .cpp files in layout/generic #include their corresponding .h file first. r=mats

This commit is contained in:
Daniel Holbert
2013-09-24 18:43:43 -07:00
parent ad459b62a0
commit e881abc90a
14 changed files with 30 additions and 13 deletions

View File

@@ -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"