Bug 898274 (part 1) - Fix ordering of various #include statements. r=benjamin.

This commit is contained in:
Nicholas Nethercote
2013-08-13 15:34:12 -07:00
parent 99eedbde63
commit b1a9cc3871
23 changed files with 41 additions and 49 deletions

View File

@@ -33,8 +33,8 @@
#define NS_HAVE_INVALID_PARAMETER_HANDLER 1
#endif
#ifdef NS_HAVE_INVALID_PARAMETER_HANDLER
#include <stdlib.h> /* for _set_invalid_parameter_handler */
#include <crtdbg.h> /* for _CrtSetReportMode */
#include <stdlib.h> /* for _set_invalid_parameter_handler */
#endif
#ifdef JS_THREADSAFE