diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2016-05-09 21:54:44 +0200 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2016-05-09 21:54:44 +0200 |
| commit | df765b2a259822e892cfa3038c8cbbf678b26de5 (patch) | |
| tree | 400ef522e376389c1d6769481a6ed51f7ef188e9 /include/gensvm_strutil.h | |
| parent | update doxyfile to 1.8.7 (diff) | |
| download | gensvm-df765b2a259822e892cfa3038c8cbbf678b26de5.tar.gz gensvm-df765b2a259822e892cfa3038c8cbbf678b26de5.zip | |
make dependence on globals.h explicit
Diffstat (limited to 'include/gensvm_strutil.h')
| -rw-r--r-- | include/gensvm_strutil.h | 1 |
1 files changed, 0 insertions, 1 deletions
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); |
