Bug 750907 - Move the marking declarations out of jsgcmark.h and into a header with minimal dependencies. r=billm
This commit is contained in:
@@ -54,7 +54,6 @@
|
||||
#include "jsatom.h"
|
||||
#include "jscntxt.h"
|
||||
#include "jsgc.h"
|
||||
#include "jsgcmark.h"
|
||||
#include "jslock.h"
|
||||
#include "jsnum.h"
|
||||
#include "jsstr.h"
|
||||
@@ -62,6 +61,7 @@
|
||||
#include "jsxml.h"
|
||||
|
||||
#include "frontend/Parser.h"
|
||||
#include "gc/Marking.h"
|
||||
|
||||
#include "jsstrinlines.h"
|
||||
#include "jsatominlines.h"
|
||||
|
||||
Reference in New Issue
Block a user