Bug 634839 (part 2b) - Remove more unnecessary headers (as found by include-what-you-use) from SpiderMonkey. r=jorendorff.

This commit is contained in:
Nicholas Nethercote
2013-06-12 22:20:27 -07:00
parent c47f43b96b
commit b9d4dcdabe
74 changed files with 84 additions and 242 deletions

View File

@@ -17,14 +17,12 @@
#include "jsarray.h"
#include "jsatom.h"
#include "jscntxt.h"
#include "jsversion.h"
#include "jsgc.h"
#include "jsobj.h"
#include "jsopcode.h"
#include "jsproxy.h"
#include "jsscript.h"
#include "ds/Sort.h"
#include "gc/Marking.h"
#include "vm/GlobalObject.h"
#include "vm/Interpreter.h"