forked from mirrors/0ad
all JS-dependent code now includes scripting/SpiderMonkey.h instead of <js*.h> directly - see rationale in that header.
singleton: removed unnecessary headers This was SVN commit r2425.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
#include <jsapi.h>
|
||||
#include "scripting/SpiderMonkey.h"
|
||||
|
||||
#if SDL_BYTE_ORDER == SDL_BIG_ENDIAN
|
||||
#define ucs2le_to_wchart(ptr) (wchar_t)( (u16) ((u8*)ptr)[0] | (u16) ( ((u8*)ptr)[1] << 8) )
|
||||
|
||||
Reference in New Issue
Block a user