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:
janwas
2005-06-22 02:23:46 +00:00
parent 92e50f2992
commit f3951fbfae
6 changed files with 40 additions and 27 deletions
+1 -1
View File
@@ -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) )