diff options
| author | Edward Thomson <ethomson@edwardthomson.com> | 2020-10-14 13:44:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-14 13:44:59 +0100 |
| commit | 20450cbe7d161abbb3eb52d96867aeaa6dd99e12 (patch) | |
| tree | e38c7f3203a88ed6d95c1326e882e594852b826d /src/futils.c | |
| parent | e9858645b26adb7aa2dc9034034bc5744b3cd690 (diff) | |
| parent | 634c285a0eb016a2d144b35298dabc350d2e7576 (diff) | |
| download | libgit2-20450cbe7d161abbb3eb52d96867aeaa6dd99e12.tar.gz | |
Merge pull request #5546 from libgit2/ethomson/init
Refactor "global" state
Diffstat (limited to 'src/futils.c')
| -rw-r--r-- | src/futils.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/futils.c b/src/futils.c index 8c0f008b3..2ad8a1b80 100644 --- a/src/futils.c +++ b/src/futils.c @@ -7,8 +7,9 @@ #include "futils.h" -#include "global.h" +#include "runtime.h" #include "strmap.h" +#include "hash.h" #include <ctype.h> #if GIT_WIN32 #include "win32/findfile.h" |
