diff options
Diffstat (limited to 'include/gensvm_matrix.h')
| -rw-r--r-- | include/gensvm_matrix.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/gensvm_matrix.h b/include/gensvm_matrix.h index 01be3da..5c88f0b 100644 --- a/include/gensvm_matrix.h +++ b/include/gensvm_matrix.h @@ -12,8 +12,6 @@ #ifndef GENSVM_MATRIX_H #define GENSVM_MATRIX_H -#include "globals.h" - // Set a matrix element (RowMajor) #define matrix_set(M, cols, i, j, val) M[(i)*(cols)+j] = val |
