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_train.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/gensvm_train.h') diff --git a/include/gensvm_train.h b/include/gensvm_train.h index f59359d..466b8e2 100644 --- a/include/gensvm_train.h +++ b/include/gensvm_train.h @@ -13,8 +13,6 @@ #ifndef GENSVM_TRAIN_H #define GENSVM_TRAIN_H -#include "globals.h" - //forward declarations struct GenData; struct GenModel; -- cgit v1.2.3