diff options
| author | Edward Thomson <ethomson@edwardthomson.com> | 2014-12-20 21:24:45 -0600 |
|---|---|---|
| committer | Edward Thomson <ethomson@edwardthomson.com> | 2014-12-20 21:24:45 -0600 |
| commit | d147900ea4756975effa6cb568f932a4e3eb698f (patch) | |
| tree | 01ea30a3dcd7efbdf9fbe9ce01c20fc0f4ccbcb2 /src | |
| parent | 25a03d4ad4a5ff9c3cdacb788c6ef3fbd3679b5c (diff) | |
| parent | 5192bcc52cbc7f049ef85f52a997a44cb4ebe5c7 (diff) | |
| download | libgit2-d147900ea4756975effa6cb568f932a4e3eb698f.tar.gz | |
Merge pull request #2759 from libgit2/cmn/openssl-sys
Make OpenSSL locking warnings more severe
Diffstat (limited to 'src')
| -rw-r--r-- | src/global.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/global.c b/src/global.c index b09e6df02..f79bfd353 100644 --- a/src/global.c +++ b/src/global.c @@ -8,7 +8,6 @@ #include "global.h" #include "hash.h" #include "sysdir.h" -#include "git2/threads.h" #include "git2/global.h" #include "thread-utils.h" |
