diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2015-03-07 21:01:48 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2015-03-07 21:01:48 +0000 |
commit | 236ee3c0e754c7fe7778f3ad64046521695941a3 (patch) | |
tree | 43f1e6f1ce8cd40d516d7958ca24343136eed799 /src/iemmatrix.h | |
parent | 4a2131c75b2131d81a8909c03d3dbe54c24e897d (diff) |
use <> rather than "" to include std-headers
svn path=/trunk/externals/iem/iemmatrix/; revision=17441
Diffstat (limited to 'src/iemmatrix.h')
-rw-r--r-- | src/iemmatrix.h | 2 |
1 files changed, 1 insertions, 1 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 <m_pd.h> #ifndef M_PI |