Build fix, follow-up to bug 503595.

This commit is contained in:
David Anderson 2009-07-11 16:02:31 -04:00
parent a46f3aa0f0
commit c9fca61ed4
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,6 @@
/* /*
* Portable double to alphanumeric string and back converters. * Portable double to alphanumeric string and back converters.
*/ */
#include "jslibmath.h"
#include "jstypes.h" #include "jstypes.h"
#include "jsstdint.h" #include "jsstdint.h"
#include "jsdtoa.h" #include "jsdtoa.h"
@ -49,6 +48,7 @@
#include "jsprvtd.h" #include "jsprvtd.h"
#include "jsnum.h" #include "jsnum.h"
#include "jsbit.h" #include "jsbit.h"
#include "jslibmath.h"
#ifdef JS_THREADSAFE #ifdef JS_THREADSAFE
#include "jslock.h" #include "jslock.h"

View File

@ -40,7 +40,6 @@
/* /*
* JS math package. * JS math package.
*/ */
#include "jslibmath.h"
#include <stdlib.h> #include <stdlib.h>
#include "jstypes.h" #include "jstypes.h"
#include "jsstdint.h" #include "jsstdint.h"
@ -54,6 +53,7 @@
#include "jslock.h" #include "jslock.h"
#include "jsmath.h" #include "jsmath.h"
#include "jsnum.h" #include "jsnum.h"
#include "jslibmath.h"
#include "jsobj.h" #include "jsobj.h"
extern jsdouble js_NaN; extern jsdouble js_NaN;