From 044dc5a93c33d7aa4c9c98a626890c16446a56fc Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 16 May 2016 18:47:09 +0200 Subject: major refactor of the code --- include/gensvm_pred.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/gensvm_pred.h') diff --git a/include/gensvm_pred.h b/include/gensvm_pred.h index 97af01f..56e16e8 100644 --- a/include/gensvm_pred.h +++ b/include/gensvm_pred.h @@ -12,9 +12,9 @@ #ifndef GENSVM_PRED_H #define GENSVM_PRED_H -// forward declarations -struct GenData; -struct GenModel; +// includes +#include "gensvm_kernel.h" +#include "gensvm_simplex.h" // function declarations void gensvm_predict_labels(struct GenData *testdata, -- cgit v1.2.3