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/iemmatrix.h | 2 +- src/mtx_bessel.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/iemmatrix.h b/src/iemmatrix.h index 43dd297..dc02288 100644 --- a/src/iemmatrix.h +++ b/src/iemmatrix.h @@ -51,7 +51,7 @@ #endif /* __WIN32__ */ -#include "m_pd.h" +#include #ifndef M_PI 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