aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2016-05-09 20:34:45 +0200
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2016-05-09 20:34:45 +0200
commite81907a3d5c8af8a87e19492548e4aab55e84985 (patch)
tree8272ab116cb530898ba12ac267fade179fa1e5d5 /src
parentremove some unnecessary spaces (diff)
downloadgensvm-e81907a3d5c8af8a87e19492548e4aab55e84985.tar.gz
gensvm-e81907a3d5c8af8a87e19492548e4aab55e84985.zip
rename strutil to gensvm_strutil
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