aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/GenSVMgrid.c2
-rw-r--r--src/gensvm_io.c2
-rw-r--r--src/gensvm_strutil.c (renamed from src/strutil.c)2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/GenSVMgrid.c b/src/GenSVMgrid.c
index 376eb54..c02f848 100644
--- a/src/GenSVMgrid.c
+++ b/src/GenSVMgrid.c
@@ -28,7 +28,7 @@
#include "gensvm_pred.h"
#include "gensvm_train.h"
#include "gensvm_train_dataset.h"
-#include "strutil.h"
+#include "gensvm_strutil.h"
#include "util.h"
#define MINARGS 2
diff --git a/src/gensvm_io.c b/src/gensvm_io.c
index 8d32f70..ce92805 100644
--- a/src/gensvm_io.c
+++ b/src/gensvm_io.c
@@ -13,7 +13,7 @@
#include "gensvm.h"
#include "gensvm_io.h"
#include "gensvm_matrix.h"
-#include "strutil.h"
+#include "gensvm_strutil.h"
#include "timer.h"
/**
diff --git a/src/strutil.c b/src/gensvm_strutil.c
index ca4181f..aab441c 100644
--- a/src/strutil.c
+++ b/src/gensvm_strutil.c
@@ -9,7 +9,7 @@
* format and checking start and ends of strings.
*/
-#include "strutil.h"
+#include "gensvm_strutil.h"
/**
* @brief Check if a string starts with a prefix