From 236ee3c0e754c7fe7778f3ad64046521695941a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Sat, 7 Mar 2015 21:01:48 +0000 Subject: use <> rather than "" to include std-headers svn path=/trunk/externals/iem/iemmatrix/; revision=17441 --- src/mtx_bessel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mtx_bessel.c') diff --git a/src/mtx_bessel.c b/src/mtx_bessel.c index 458100c..e2c3e08 100644 --- a/src/mtx_bessel.c +++ b/src/mtx_bessel.c @@ -14,7 +14,7 @@ */ #include "iemmatrix.h" -#include "math.h" +#include #include #ifdef HAVE_GSL_BESSEL #include -- cgit v1.2.1