mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 872416, part 6 - Make jsobjinlines.h not include jsscriptinlines.h, eliminating the #include cycle jsscriptinlines.h -> vm/Shape-inl.h -> jsobjinlines.h -> jsscriptinlines.h. NOT REVIEWED YET.
This commit is contained in:
parent
cc6d604482
commit
fde55e296d
@ -7,7 +7,7 @@
|
||||
/*
|
||||
* JS object implementation.
|
||||
*/
|
||||
#include "jsobj.h"
|
||||
#include "jsobjinlines.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
@ -7,6 +7,8 @@
|
||||
#ifndef jsobjinlines_h___
|
||||
#define jsobjinlines_h___
|
||||
|
||||
#include "jsobj.h"
|
||||
|
||||
#include "jsapi.h"
|
||||
#include "jsarray.h"
|
||||
#include "jsbool.h"
|
||||
@ -15,7 +17,6 @@
|
||||
#include "jsiter.h"
|
||||
#include "jslock.h"
|
||||
#include "jsnum.h"
|
||||
#include "jsobj.h"
|
||||
#include "jsprobes.h"
|
||||
#include "jspropertytree.h"
|
||||
#include "jsproxy.h"
|
||||
@ -40,7 +41,6 @@
|
||||
#include "jsfuninlines.h"
|
||||
#include "jsgcinlines.h"
|
||||
#include "jsinferinlines.h"
|
||||
#include "jsscriptinlines.h"
|
||||
|
||||
#include "gc/Barrier-inl.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user