From df765b2a259822e892cfa3038c8cbbf678b26de5 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 9 May 2016 21:54:44 +0200 Subject: make dependence on globals.h explicit --- include/gensvm_matrix.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/gensvm_matrix.h') 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 -- cgit v1.2.3