From 7cb6548fdfc7239bb5ba91daa045a1a57728cc13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Mon, 28 Aug 2000 22:56:58 +0200 Subject: [PATCH] Cosmetic fix. Rev: src/modules/_math/math.c:1.33 --- src/modules/_math/math.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/modules/_math/math.c b/src/modules/_math/math.c index e466f52716..9157509311 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 -- GitLab