mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 924622 - Move some #includes around to fix the build on a CLOSED TREE
This commit is contained in:
parent
fa47581249
commit
b22f000efd
@ -6,6 +6,9 @@
|
||||
|
||||
#include "base/basictypes.h"
|
||||
|
||||
#include "mozilla/layers/ImageBridgeChild.h"
|
||||
#include "mozilla/layers/CompositorParent.h"
|
||||
|
||||
#include "mozilla/Atomics.h"
|
||||
#include "mozilla/Poison.h"
|
||||
#include "mozilla/XPCOM.h"
|
||||
@ -126,9 +129,6 @@ extern nsresult nsStringInputStreamConstructor(nsISupports *, REFNSIID, void **)
|
||||
#include "mozilla/ClearOnShutdown.h"
|
||||
#include "mozilla/SystemMemoryReporter.h"
|
||||
|
||||
#include "mozilla/layers/ImageBridgeChild.h"
|
||||
#include "mozilla/layers/CompositorParent.h"
|
||||
|
||||
#ifdef MOZ_VISUAL_EVENT_TRACER
|
||||
#include "mozilla/VisualEventTracer.h"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user