diff options
author | Edward Thomson <ethomson@microsoft.com> | 2014-02-24 23:32:25 -0800 |
---|---|---|
committer | Edward Thomson <ethomson@microsoft.com> | 2014-02-24 23:32:25 -0800 |
commit | 4f46a98b6e419bd98765e18ce7fc64e3562dbd09 (patch) | |
tree | 2e4768e803d02eb0814070e08e9fd03b8f2cbb59 /src/commit.c | |
parent | ab0af298da8c6d96870be06c2497640da9ec6647 (diff) | |
download | libgit2-4f46a98b6e419bd98765e18ce7fc64e3562dbd09.tar.gz |
Remove now-duplicated stdarg.h include
Diffstat (limited to 'src/commit.c')
-rw-r--r-- | src/commit.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/commit.c b/src/commit.c index de50e772e..2f5a5b51e 100644 --- a/src/commit.c +++ b/src/commit.c @@ -17,8 +17,6 @@ #include "signature.h" #include "message.h" -#include <stdarg.h> - void git_commit__free(void *_commit) { git_commit *commit = _commit; |