From b5532129a8f46f9f8bea8a42a588e32f293f0646 Mon Sep 17 00:00:00 2001 From: Luke Wagner Date: Mon, 26 Jul 2010 21:52:00 -0700 Subject: [PATCH] Move jsprvtd.h above jshashtable.h include in jscntxt.h to hopefully fix msvc bustage --- js/src/jscntxt.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/js/src/jscntxt.h b/js/src/jscntxt.h index 37f89fb5cd42..c9fdd8b68f39 100644 --- a/js/src/jscntxt.h +++ b/js/src/jscntxt.h @@ -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"