@@ -1,6 +1,5 @@
#include "blitz.h"
-#include <math.h>
#if __STDC_VERSION__ >= 199901L
@@ -3,7 +3,7 @@
#define BLITZ_CCLIB_H
#include "blitz_types.h"
-
+#include <math.h>
#ifdef __cplusplus
extern "C"{