From 993c503ce1b440be6947bc91fbf1fa6098569b51 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 9 May 2016 20:45:06 +0200 Subject: use gensvm namespace for all crossval/timer/util --- src/GenSVMgrid.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/GenSVMgrid.c') diff --git a/src/GenSVMgrid.c b/src/GenSVMgrid.c index c02f848..0b6d33e 100644 --- a/src/GenSVMgrid.c +++ b/src/GenSVMgrid.c @@ -21,15 +21,15 @@ #include -#include "crossval.h" #include "gensvm.h" +#include "gensvm_crossval.h" #include "gensvm_io.h" #include "gensvm_init.h" #include "gensvm_pred.h" +#include "gensvm_strutil.h" #include "gensvm_train.h" #include "gensvm_train_dataset.h" -#include "gensvm_strutil.h" -#include "util.h" +#include "gensvm_util.h" #define MINARGS 2 -- cgit v1.2.3