forked from mirrors/0ad
Remove ScriptTypes and ScriptExtraHeaders headers
The first header was used to include the SpiderMonkey JS API at once, with safeguards and preprocessor defines. Nowadays, SpiderMonkey provides modular headers allowing us to include what we use, refs #8086. Some defines have to be moved to compiler options but it is apparently a mistake from the SM developers: https://bugzilla.mozilla.org/show_bug.cgi?id=1987876
This commit is contained in:
@@ -29,7 +29,6 @@
|
||||
#include "scriptinterface/ModuleLoader.h"
|
||||
#include "scriptinterface/Promises.h"
|
||||
#include "scriptinterface/ScriptEngine.h"
|
||||
#include "scriptinterface/ScriptExtraHeaders.h"
|
||||
|
||||
#include <js/Context.h>
|
||||
#include <js/GCAPI.h>
|
||||
|
||||
Reference in New Issue
Block a user