diff --git a/src/modules/_math/math.c b/src/modules/_math/math.c index e466f52716e227aa30f0dd376ba7e210ca4c1f9f..915750931101e0ecfb80347c43c59b6e1bae7bb6 100644 --- a/src/modules/_math/math.c +++ b/src/modules/_math/math.c @@ -6,7 +6,6 @@ /**/ #include "global.h" #include "config.h" -#include <math.h> #include "interpret.h" #include "constants.h" #include "svalue.h" @@ -16,6 +15,8 @@ #include "bignum.h" #include "opcodes.h" +#include <math.h> + #ifdef PC #undef PC #endif /* PC */ @@ -28,7 +29,7 @@ #include <floatingpoint.h> #endif -RCSID("$Id: math.c,v 1.32 2000/08/28 20:56:12 grubba Exp $"); +RCSID("$Id: math.c,v 1.33 2000/08/28 20:56:58 grubba Exp $"); #ifndef M_PI #define M_PI 3.1415926535897932384626433832795080