"matrix.h" is transitively available through <mex.h>, so there is no

need to explicitly #include this file.
This commit is contained in:
Bård Skaflestad 2010-08-17 06:57:39 +00:00
parent 8e6c3ca6a2
commit fed728d127

View File

@ -5,8 +5,7 @@
#if defined(COMPILING_FOR_MATLAB) && COMPILING_FOR_MATLAB
#include "mex.h"
#include "matrix.h"
#include <mex.h>
#define MAT_SIZE_T mwSignedIndex
#endif