diff options
author | Edward Thomson <ethomson@edwardthomson.com> | 2020-11-22 09:43:06 +0000 |
---|---|---|
committer | Edward Thomson <ethomson@edwardthomson.com> | 2020-11-25 11:42:07 +0000 |
commit | 7b185b83dddde4aa6d1fd6c158c115b618e0814d (patch) | |
tree | 91f8db499feb0e2e60994fc506cf690943b2a724 /src/win32/precompiled.h | |
parent | c7d607992319c0b117f07960b973bf7cd63fe90f (diff) | |
download | libgit2-ethomson/assert.tar.gz |
win32: use GIT_ASSERTethomson/assert
Diffstat (limited to 'src/win32/precompiled.h')
-rw-r--r-- | src/win32/precompiled.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/win32/precompiled.h b/src/win32/precompiled.h index 314383d31..806b1698a 100644 --- a/src/win32/precompiled.h +++ b/src/win32/precompiled.h @@ -1,6 +1,5 @@ #include "common.h" -#include <assert.h> #include <errno.h> #include <limits.h> #include <stdlib.h> |