From 853b64211fd1b67321b0e2732a697c7be6f04c05 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 16 May 2016 15:31:41 +0200 Subject: Move includes to header --- include/gensvm_init.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/gensvm_init.h') diff --git a/include/gensvm_init.h b/include/gensvm_init.h index 544c960..980366b 100644 --- a/include/gensvm_init.h +++ b/include/gensvm_init.h @@ -12,9 +12,9 @@ #ifndef GENSVM_INIT_H #define GENSVM_INIT_H -// forward declaration -struct GenData; -struct GenModel; +// include +#include "globals.h" +#include "gensvm.h" struct GenModel *gensvm_init_model(); -- cgit v1.2.3