mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 872416, part 4 - Make jsobjinlines.h not include builtin/Iterator-inl.h (since that includes jsobjinlines.h, making a cycle). r=luke.
This commit is contained in:
parent
606bb7c3d3
commit
025ec9e12f
@ -4,17 +4,18 @@
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#include "BaselineJIT.h"
|
||||
#include "BaselineCompiler.h"
|
||||
#include "BaselineHelpers.h"
|
||||
#include "BaselineIC.h"
|
||||
#include "IonLinker.h"
|
||||
#include "IonSpewer.h"
|
||||
#include "VMFunctions.h"
|
||||
#include "IonFrames-inl.h"
|
||||
#include "ion/BaselineJIT.h"
|
||||
|
||||
#include "builtin/Eval.h"
|
||||
#include "ion/BaselineCompiler.h"
|
||||
#include "ion/BaselineHelpers.h"
|
||||
#include "ion/BaselineIC.h"
|
||||
#include "ion/IonLinker.h"
|
||||
#include "ion/IonSpewer.h"
|
||||
#include "ion/VMFunctions.h"
|
||||
|
||||
#include "builtin/Iterator-inl.h"
|
||||
#include "ion/IonFrames-inl.h"
|
||||
#include "vm/Interpreter-inl.h"
|
||||
|
||||
namespace js {
|
||||
|
@ -23,7 +23,6 @@
|
||||
#include "jstypedarray.h"
|
||||
#include "jswrapper.h"
|
||||
|
||||
#include "builtin/Iterator-inl.h"
|
||||
#include "gc/Barrier.h"
|
||||
#include "gc/Marking.h"
|
||||
#include "js/MemoryMetrics.h"
|
||||
|
Loading…
Reference in New Issue
Block a user