From 044dc5a93c33d7aa4c9c98a626890c16446a56fc Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 16 May 2016 18:47:09 +0200 Subject: major refactor of the code --- src/gensvm_strutil.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/gensvm_strutil.c') diff --git a/src/gensvm_strutil.c b/src/gensvm_strutil.c index 97dec81..b4c5c54 100644 --- a/src/gensvm_strutil.c +++ b/src/gensvm_strutil.c @@ -1,5 +1,5 @@ /** - * @file strutil.c + * @file gensvm_strutil.c * @author Gertjan van den Burg * @date January, 2014 * @brief Utility functions for dealing with strings @@ -9,7 +9,6 @@ * format and checking start and ends of strings. */ -#include "globals.h" #include "gensvm_strutil.h" /** -- cgit v1.2.3