diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2016-05-16 18:47:09 +0200 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2016-05-16 18:47:09 +0200 |
| commit | 044dc5a93c33d7aa4c9c98a626890c16446a56fc (patch) | |
| tree | 23cc17a595d36a35ad9cb50e3ab18c2956b5f65c /src/gensvm_strutil.c | |
| parent | Move includes to header (diff) | |
| download | gensvm-044dc5a93c33d7aa4c9c98a626890c16446a56fc.tar.gz gensvm-044dc5a93c33d7aa4c9c98a626890c16446a56fc.zip | |
major refactor of the code
Diffstat (limited to 'src/gensvm_strutil.c')
| -rw-r--r-- | src/gensvm_strutil.c | 3 |
1 files changed, 1 insertions, 2 deletions
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" /** |
