diff options
| author | Edward Thomson <ethomson@edwardthomson.com> | 2020-12-05 15:57:48 +0000 |
|---|---|---|
| committer | Edward Thomson <ethomson@edwardthomson.com> | 2020-12-06 01:08:22 +0000 |
| commit | 404dd02443aebed284033e02ace8b791151aa7a9 (patch) | |
| tree | 7102a446d3c1a8c2f9812f68d87a51416bd8f9cc /src/libgit2.c | |
| parent | ab7729747c4b55a93b8973e94429c747fe274529 (diff) | |
| download | libgit2-404dd02443aebed284033e02ace8b791151aa7a9.tar.gz | |
threads: rename thread files to thread.[ch]
Diffstat (limited to 'src/libgit2.c')
| -rw-r--r-- | src/libgit2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libgit2.c b/src/libgit2.c index 9e5112dbf..e41988c8e 100644 --- a/src/libgit2.c +++ b/src/libgit2.c @@ -22,7 +22,7 @@ #include "refs.h" #include "runtime.h" #include "sysdir.h" -#include "thread-utils.h" +#include "thread.h" #include "threadstate.h" #include "git2/global.h" #include "streams/registry.h" |
