diff options
| author | Gertjan van den Burg <burg@ese.eur.nl> | 2016-09-20 17:07:25 +0200 |
|---|---|---|
| committer | Gertjan van den Burg <burg@ese.eur.nl> | 2016-09-20 17:07:25 +0200 |
| commit | e8810fbc6194b56afbf9bac631b6e78ae3b92fb5 (patch) | |
| tree | 42df5094d677d05cb18f2fb28a83a81907e97bf2 /include/gensvm_strutil.h | |
| parent | Ignore coverage dir (diff) | |
| download | gensvm-e8810fbc6194b56afbf9bac631b6e78ae3b92fb5.tar.gz gensvm-e8810fbc6194b56afbf9bac631b6e78ae3b92fb5.zip | |
Change globals.h to gensvm_globals.h
Conformity!
Diffstat (limited to 'include/gensvm_strutil.h')
| -rw-r--r-- | include/gensvm_strutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gensvm_strutil.h b/include/gensvm_strutil.h index acdd0c0..d70809b 100644 --- a/include/gensvm_strutil.h +++ b/include/gensvm_strutil.h @@ -13,7 +13,7 @@ #ifndef GENSVM_STRUTIL_H #define GENSVM_STRUTIL_H -#include "globals.h" +#include "gensvm_globals.h" bool str_startswith(const char *str, const char *pre); bool str_endswith(const char *str, const char *suf); |
