]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/math.c
remove some debug chatter
[irc/evilnet/x3.git] / src / math.c
index 941f70667a543eadbda9426e816c1d30b79f4bd6..0cab1a673cf62afd0bb726f09bd0c60693d2cbcb 100644 (file)
@@ -2,7 +2,7 @@
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
+ * the Free Software Foundation; either version 3 of the License, or
  * (at your option) any later version.  Important limitations are
  * listed in the COPYING file that accompanies this software.
  *
 #include "saxdb.h"
 #include "timeq.h"
 
-#ifdef HAVE_TGMATH_H
-#include <tgmath.h>
+#ifdef HAVE_MATH_H
+  #include <math.h>
+  #include <complex.h>
 #else
-#include <math.h>
-#include <complex.h>
+  #include <tgmath.h>
 #endif
 
 #include <ctype.h>