From e8810fbc6194b56afbf9bac631b6e78ae3b92fb5 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Tue, 20 Sep 2016 17:07:25 +0200 Subject: Change globals.h to gensvm_globals.h Conformity! --- include/gensvm_strutil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/gensvm_strutil.h') 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); -- cgit v1.2.3