Move jsprvtd.h above jshashtable.h include in jscntxt.h to hopefully fix msvc bustage

This commit is contained in:
Luke Wagner 2010-07-26 21:52:00 -07:00
Родитель 45696f175e
Коммит b5532129a8
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -52,6 +52,7 @@
# include "mozilla/mozalloc_undef_macro_wrappers.h"
#endif
#include "jsprvtd.h"
#include "jsarena.h" /* Added by JSIFY */
#include "jsclist.h"
#include "jslong.h"
@ -65,8 +66,6 @@
#include "jsobj.h"
#include "jspropertycache.h"
#include "jspropertytree.h"
#include "jsprvtd.h"
#include "jspubtd.h"
#include "jsregexp.h"
#include "jsutil.h"
#include "jsarray.h"