Bug 919871: Make .cpp files in layout/generic #include their corresponding .h file first. r=mats
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
|
||||
/* rendering objects for replaced elements implemented by a plugin */
|
||||
|
||||
#include "nsObjectFrame.h"
|
||||
|
||||
#ifdef XP_WIN
|
||||
// This is needed for DoublePassRenderingEvent.
|
||||
#include "mozilla/plugins/PluginMessageUtils.h"
|
||||
@@ -36,7 +38,6 @@
|
||||
#include "GeckoProfiler.h"
|
||||
#include <algorithm>
|
||||
|
||||
#include "nsObjectFrame.h"
|
||||
#include "nsIObjectFrame.h"
|
||||
#include "nsPluginNativeWindow.h"
|
||||
#include "FrameLayerBuilder.h"
|
||||
|
||||
Reference in New Issue
Block a user