aboutsummaryrefslogtreecommitdiff
path: root/include/gensvm_train.h
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2016-05-09 21:54:44 +0200
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2016-05-09 21:54:44 +0200
commitdf765b2a259822e892cfa3038c8cbbf678b26de5 (patch)
tree400ef522e376389c1d6769481a6ed51f7ef188e9 /include/gensvm_train.h
parentupdate doxyfile to 1.8.7 (diff)
downloadgensvm-df765b2a259822e892cfa3038c8cbbf678b26de5.tar.gz
gensvm-df765b2a259822e892cfa3038c8cbbf678b26de5.zip
make dependence on globals.h explicit
Diffstat (limited to 'include/gensvm_train.h')
-rw-r--r--include/gensvm_train.h2
1 files changed, 0 insertions, 2 deletions
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;