From df765b2a259822e892cfa3038c8cbbf678b26de5 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 9 May 2016 21:54:44 +0200 Subject: make dependence on globals.h explicit --- include/gensvm_strutil.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/gensvm_strutil.h') diff --git a/include/gensvm_strutil.h b/include/gensvm_strutil.h index 2255d6e..c51422f 100644 --- a/include/gensvm_strutil.h +++ b/include/gensvm_strutil.h @@ -13,7 +13,6 @@ #ifndef GENSVM_STRUTIL_H #define GENSVM_STRUTIL_H -#include "globals.h" #include "types.h" bool str_startswith(const char *str, const char *pre); -- cgit v1.2.3