diff options
| author | Edward Thomson <ethomson@edwardthomson.com> | 2020-07-12 17:49:42 +0100 |
|---|---|---|
| committer | Edward Thomson <ethomson@edwardthomson.com> | 2020-11-21 21:53:29 +0000 |
| commit | cb4b3bdf923c9ebc66f500d7cc484e6f453ebf0a (patch) | |
| tree | 11a5f3cb6331f7d07ec9ce550a04b4923ba012dd /src/libgit2.c | |
| parent | a6d151bfed31490fbd34e79db59177a47ec9ee5e (diff) | |
| download | libgit2-cb4b3bdf923c9ebc66f500d7cc484e6f453ebf0a.tar.gz | |
win32: "crtdbg" is now "leakcheck"
msvc crtdbg is a mouthfull that is not particularly indicative of what
it does. Let's rename it to "win32 leakcheck".
Diffstat (limited to 'src/libgit2.c')
| -rw-r--r-- | src/libgit2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libgit2.c b/src/libgit2.c index 316d89365..2e9cb8510 100644 --- a/src/libgit2.c +++ b/src/libgit2.c @@ -31,7 +31,6 @@ #include "transports/smart.h" #include "transports/http.h" #include "transports/ssh.h" -#include "win32/w32_stack.h" #ifdef GIT_OPENSSL # include <openssl/err.h> |
