Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@microsoft.com>2014-02-25 11:32:25 +0400
committerEdward Thomson <ethomson@microsoft.com>2014-02-25 11:32:25 +0400
commit4f46a98b6e419bd98765e18ce7fc64e3562dbd09 (patch)
tree2e4768e803d02eb0814070e08e9fd03b8f2cbb59 /src/commit.c
parentab0af298da8c6d96870be06c2497640da9ec6647 (diff)
Remove now-duplicated stdarg.h include
Diffstat (limited to 'src/commit.c')
-rw-r--r--src/commit.c2
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;