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

@@ -23,7 +23,6 @@
*/
#include <ctype.h>
#include <locale.h>
#include <math.h>
#include <string.h>
@@ -32,13 +31,11 @@
#include "prmjtime.h"
#include "jsutil.h"
#include "jsapi.h"
#include "jsversion.h"
#include "jscntxt.h"
#include "jsnum.h"
#include "jsobj.h"
#include "jsstr.h"
#include "js/Date.h"
#include "vm/DateTime.h"
#include "vm/GlobalObject.h"
#include "vm/Interpreter.h"