aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/gensvm_strutil.h (renamed from include/strutil.h)4
-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
4 files changed, 5 insertions, 5 deletions
diff --git a/include/strutil.h b/include/gensvm_strutil.h
index 740fde1..2255d6e 100644
--- a/include/strutil.h
+++ b/include/gensvm_strutil.h
@@ -10,8 +10,8 @@
*
*/
-#ifndef STRUTIL_H
-#define STRUTIL_H
+#ifndef GENSVM_STRUTIL_H
+#define GENSVM_STRUTIL_H
#include "globals.h"
#include "types.h"
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